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
avr-libc-1.8.0 "poisoned" SIG_USART1_RECV which causes issues when compiling with -Werror.
This patches HardwareSerial.cpp to avoid touching SIG_USART1_RECV. Also get rid of SIG_USART2_RECV and SIG_USART3_RECV while we're at it (plus it's silly to have a #elif defined() that just does #error!)