Skip to content

Commit

Permalink
Corrected for missing doxygen element
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd authored and Arnd committed Dec 12, 2020
1 parent 6636d5e commit 41b293b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/SetAlarms/SetAlarms.ino
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Written by Arnd <[email protected]> / https://www.github.com/SV-Zans
/***************************************************************************************************
** Declare all program constants **
***************************************************************************************************/
const uint32_t SERIAL_SPEED = 115200; // Set the baud rate for Serial I/O
const uint32_t SERIAL_SPEED = 115200; ///< Set the baud rate for Serial I/O

/***************************************************************************************************
** Declare global variables and instantiate classes **
Expand Down

0 comments on commit 41b293b

Please sign in to comment.