ServoTimer2 icon indicating copy to clipboard operation
ServoTimer2 copied to clipboard

conflicting declaration 'typedef uint8_t boolean'

Open paulzuurbier opened this issue 8 years ago • 1 comments

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

paulzuurbier avatar Nov 15 '16 12:11 paulzuurbier

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;

Kugelschieber avatar Feb 19 '17 17:02 Kugelschieber