Skip to content

Commit 35972d9

Browse files
Fix coding error
1 parent bb4ba14 commit 35972d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/heltec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Heltec_ESP32 {
4040
extern Heltec_ESP32 Heltec;
4141

4242
#else
43-
#error ¡°This library only supports boards with ESP32 processor.¡±
43+
#error "This library only supports boards with ESP32 processor."
4444
#endif
4545

4646

0 commit comments

Comments
 (0)