file naming consistency

This commit is contained in:
rusefillc 2023-11-28 14:41:21 -05:00
parent 8237f53042
commit 1a805e1d18
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# List of all the board related files. # List of all the board related files.
BOARDCPPSRC = $(BOARD_DIR)/board_extra.cpp BOARDCPPSRC = $(BOARD_DIR)/board_configuration.cpp
# MCU defines # MCU defines
DDEFS += -DSTM32F407xx DDEFS += -DSTM32F407xx

View File

@ -1,5 +1,5 @@
/** /**
* @file board_extra.cpp * @file board_configuration.cpp
*/ */
#include "pch.h" #include "pch.h"