Skip to content
This repository was archived by the owner on Oct 29, 2019. It is now read-only.

Commit 2813c65

Browse files
committed
removed comments from header checks
1 parent 583f2bd commit 2813c65

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

serial/usbser_constants.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* A bunch of constants used for serial transmission between the FMS and the ASC
55
*/
6-
//#ifndef _serial_constants_hpp
6+
#ifndef _serial_constants_hpp
77
#define _serial_constants_hpp 0
88

99
#define BAUD_RATE 115200 // Baud Rate of the connection
@@ -35,5 +35,5 @@
3535
#define LED_STRIP_WAVE "lc:%c:%u:%u:%u" // make a wave with the LEDs
3636
#define LED_STRIP_NUM "ln:%c:%u:%u:%u:%u" // set a certain number of LEDs a color
3737

38-
//#endif
38+
#endif
3939

0 commit comments

Comments
 (0)