Fixed #include directives and comments to be used in a more standardized way (that I could find online)

This commit is contained in:
William Miceli
2021-05-31 17:36:08 -04:00
parent ca5c5a5ae9
commit b5fc460e46
11 changed files with 35 additions and 50 deletions

View File

@@ -1,14 +1,3 @@
/*
* I/O Initialization
*/
/*
* Initialize I/O port directions and states
* Drive unused pins as outputs to avoid floating inputs and wasting power
*
*/
#include "SunseekerTelemetry2021.h"
#include "io_init.h"
void io_init(void)