We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e6b35b + b77447f commit 86dd056Copy full SHA for 86dd056
cores/arduino/UART0.cpp
@@ -51,7 +51,7 @@ ISR(HWSERIAL0_DRE_VECTOR)
51
Serial._tx_data_empty_irq();
52
}
53
#else
54
-#error "Don't know what the Data Received interrupt vector is called for Serial"
+#error "Don't know what the Data Register Empty interrupt vector is called for Serial"
55
#endif
56
57
#if defined(HWSERIAL0)
0 commit comments