Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conflicting declaration 'typedef uint8_t boolean' #1

Open
paulzuurbier opened this issue Nov 15, 2016 · 1 comment
Open

conflicting declaration 'typedef uint8_t boolean' #1

paulzuurbier opened this issue Nov 15, 2016 · 1 comment

Comments

@paulzuurbier
Copy link

This library won't compile but:
'In fact after commenting out //typedef uint8_t boolean; from servoTimer2.h I do not have the problem'
See:
http://forum.arduino.cc/index.php?topic=303063.new#new

@Kugelschieber
Copy link

Same goes for the boolean declaration:

In file included from sketch/rc_car_receiver.ino.cpp:1:0:
/root/.arduino15/packages/arduino/hardware/avr/1.6.16/cores/arduino/Arduino.h:125:14: note: previous declaration as 'typedef bool boolean'
typedef bool boolean;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants