You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
home/user/.arduino15/packages/XMegaForArduino/hardware/avr/0.9.2/cores/xmega/HardwareSerial.cpp: In function 'uint16_t temp_get_baud(long unsigned int, uint8_t)':
/home/user/.arduino15/packages/XMegaForArduino/hardware/avr/0.9.2/cores/xmega/HardwareSerial.cpp:1063:20: warning: left shift of negative value [-Wshift-negative-value]
(uint16_t)(-1 << 12) | 137, // 57600
It goes on several lines.
The text was updated successfully, but these errors were encountered:
home/user/.arduino15/packages/XMegaForArduino/hardware/avr/0.9.2/cores/xmega/HardwareSerial.cpp: In function 'uint16_t temp_get_baud(long unsigned int, uint8_t)':
/home/user/.arduino15/packages/XMegaForArduino/hardware/avr/0.9.2/cores/xmega/HardwareSerial.cpp:1063:20: warning: left shift of negative value [-Wshift-negative-value]
(uint16_t)(-1 << 12) | 137, // 57600
It goes on several lines.
The text was updated successfully, but these errors were encountered: