Can someone help me decipher and solve this error message caused by an implementation of the ServoTimer2 library, google was not of much assistance:
Arduino: 1.8.1 (Mac OS X), Board: "Arduino/Genuino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from /Users/joelaflop/Desktop/ReceiveALL/ReceiveALL.ino:3:0:
/Users/joelaflop/Documents/Arduino/libraries/ServoTimer2/ServoTimer2.h:41:17: error: conflicting declaration 'typedef uint8_t boolean'
typedef uint8_t boolean;
^
In file included from sketch/ReceiveALL.ino.cpp:1:0:
/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/cores/arduino/Arduino.h:125:14: note: previous declaration as 'typedef bool boolean'
typedef bool boolean;
^
exit status 1
Error compiling for board Arduino/Genuino Mega or Mega 2560.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Thank you!