Added header guards to board_config.h file.

This commit is contained in:
jakeg00dwin 2024-09-26 16:37:14 -07:00
parent bbc4e4597d
commit ec1e504edf
1 changed files with 4 additions and 0 deletions

4
inc/board_config.h Normal file
View File

@ -0,0 +1,4 @@
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
#endif //BOARD_CONFIG_H