Skip to content

Commit

Permalink
fix pre-processor warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacefish committed Jun 28, 2024
1 parent 8cdd036 commit 2d2b21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void setup()
Serial.begin(serialBaudRate);
globalTimer = timer_create_default();

#ifdef defined(ESP32C3) || defined(ESP32C6)
#if defined(ESP32C3) || defined(ESP32C6)
// Wait for the Computer to be able to connect.
delay(2000);
#endif
Expand Down

0 comments on commit 2d2b21f

Please sign in to comment.