From ec1e504edf8470b886345af30d70d43d86084ad9 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Thu, 26 Sep 2024 16:37:14 -0700 Subject: [PATCH] Added header guards to board_config.h file. --- inc/board_config.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 inc/board_config.h diff --git a/inc/board_config.h b/inc/board_config.h new file mode 100644 index 0000000..795dc03 --- /dev/null +++ b/inc/board_config.h @@ -0,0 +1,4 @@ +#ifndef BOARD_CONFIG_H +#define BOARD_CONFIG_H + +#endif //BOARD_CONFIG_H