We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a1dd9 commit b77447fCopy full SHA for b77447f
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