file naming consistency
This commit is contained in:
parent
8237f53042
commit
1a805e1d18
|
@ -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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/**
|
/**
|
||||||
* @file board_extra.cpp
|
* @file board_configuration.cpp
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pch.h"
|
#include "pch.h"
|
Loading…
Reference in New Issue