-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected for missing doxygen element
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ** | ||
|