From 5e47229014141bb37df61fad31815dbf6dca1d6b Mon Sep 17 00:00:00 2001 From: sweetlilmre Date: Mon, 24 Aug 2020 08:53:25 +0200 Subject: [PATCH] Update boards.txt Change define "ttgo-t-watch.build.board=T-Watch" to "ttgo-t-watch.build.board=T_Watch" prevent "warning: ISO C99 requires whitespace after the macro name" --- boards.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards.txt b/boards.txt index 2b213a8dfd9..d97b66fffee 100644 --- a/boards.txt +++ b/boards.txt @@ -4100,7 +4100,7 @@ ttgo-t-watch.serial.disableRTS=true ttgo-t-watch.build.mcu=esp32 ttgo-t-watch.build.core=esp32 ttgo-t-watch.build.variant=twatch -ttgo-t-watch.build.board=T-Watch +ttgo-t-watch.build.board=T_Watch ttgo-t-watch.build.f_cpu=240000000L ttgo-t-watch.build.flash_size=16MB