I can not compile the firmware
Firmware 0.92.3, Arduino 1.6.3, Windows 8.1
If not I enable communication bluetooht all OK.
If I enable bluetooht (Bluetooth serial port = Serial 1) I can not compile, I get the following error:
Arduino:1.6.3 (Windows 8.1), Scheda:"Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
HAL.cpp:1145:191: error: missing binary operator before token "defined"
#if !(defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega1284P__) || defined(__AVR_ATmega1284__) || defined(__AVR_ATmega2561__) || defined(__AVR_ATmega1281__) defined (__AVR_ATmega644__) || defined (__AVR_ATmega644P__))
^
HAL.cpp:1155:28: error: attempt to use poisoned "SIG_USART1_RECV"
#define SIG_USARTx_RECV SIG_USART1_RECV
^
Errore durante la compilazione
Questo report potrebbe essere più ricco
di informazioni con
"Mostra un output dettagliato durante la compilazione"
abilitato in "File > Impostazioni"
Comments