Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd authored and Arnd committed Dec 10, 2020
1 parent 196be1d commit 9792a8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/SetAndCalibrate/SetAndCalibrate.ino
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ char inputBuffer[SPRINTF_BUFFER_SIZE]; // Buffer for sprintf()/sscanf(
void setup() { // Arduino standard setup method
Serial.begin(SERIAL_SPEED); // Start serial port at Baud rate
#ifdef __AVR_ATmega32U4__ // If this is a 32U4 processor, then
delay(3000); // wait 3 seconds for the serial
#endif // interface to initialize
Serial.print(F("\nStarting SetAndCalibrate program\n")); // Show program information
delay(3000); // wait 3 seconds for the serial
#endif // interface to initialize
Serial.print(F("\nStarting SetAndCalibrate program\n"));
Serial.print(F("- Compiled with c++ version "));
Serial.print(F(__VERSION__)); // Show compiler information
Serial.print(F("\n- On "));
Expand Down

0 comments on commit 9792a8c

Please sign in to comment.