Fixed #include directives and comments to be used in a more standardized way (that I could find online)
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#ifndef TIMERS_H_
|
||||
#define TIMERS_H_
|
||||
|
||||
#include "SunseekerTelemetry2021.h"
|
||||
|
||||
/*
|
||||
* Initialize Timer B
|
||||
* - Provides timer tick timebase at 100 Hz
|
||||
*/
|
||||
void timerB_init(void);
|
||||
|
||||
#endif /* TIMERS_H_ */
|
||||
|
||||
Reference in New Issue
Block a user