Merge pull request #40 from EnviroDIY/develop #19
Annotations
10 errors and 10 warnings
home/arduino/user/libraries/AltSoftSerial/config/AltSoftSerial_Boards.h#L146
#error "Please define your board timer and pins"
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L74
'CONFIG_TIMER_NOPRESCALE' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L79
'CONFIG_TIMER_PRESCALE_8' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L104
'INPUT_CAPTURE_PIN' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L105
'OUTPUT_COMPARE_A_PIN' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L113
'ENABLE_INT_INPUT_CAPTURE' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L118
'DISABLE_INT_COMPARE_B' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L119
'DISABLE_INT_INPUT_CAPTURE' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L122
'DISABLE_INT_COMPARE_A' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L138
'SREG' was not declared in this scope
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L48
'rx_target' defined but not used [-Wunused-variable]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L47
'rx_bit' defined but not used [-Wunused-variable]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L46
'rx_byte' defined but not used [-Wunused-variable]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L48
'rx_target' defined but not used [-Wunused-variable]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L47
'rx_bit' defined but not used [-Wunused-variable]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L46
'rx_byte' defined but not used [-Wunused-variable]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L155
'COMPARE_A_INTERRUPT' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L222
'CAPTURE_INTERRUPT' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L275
'COMPARE_B_INTERRUPT' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
|
home/arduino/user/libraries/AltSoftSerial/AltSoftSerial.cpp#L155
'COMPARE_A_INTERRUPT' appears to be a misspelled 'signal' handler, missing '__vector' prefix [-Wmisspelled-isr]
|
This job failed
Loading