Skip to content

Commit 86dd056

Browse files
authored
Merge pull request #80 from soranoalejandro/patch-1
Show correct compiler error message in UART0.cpp
2 parents 9e6b35b + b77447f commit 86dd056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/UART0.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ISR(HWSERIAL0_DRE_VECTOR)
5151
Serial._tx_data_empty_irq();
5252
}
5353
#else
54-
#error "Don't know what the Data Received interrupt vector is called for Serial"
54+
#error "Don't know what the Data Register Empty interrupt vector is called for Serial"
5555
#endif
5656

5757
#if defined(HWSERIAL0)

0 commit comments

Comments
 (0)