[ion/device] Rename a file

This commit is contained in:
Romain Goyet
2020-04-02 22:48:01 -04:00
committed by Ecco
parent f7911bae72
commit 1b2bbd163b
3 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ ion_device_src += $(addprefix ion/src/device/shared/drivers/, \
battery.cpp \
base64.cpp \
board.cpp \
console.cpp:+consoleuart \
console_uart.cpp:+consoleuart \
console_dummy.cpp:-consoleuart \
crc32.cpp \
display.cpp \

View File

@@ -48,7 +48,7 @@ ion_device_dfu_src += $(addprefix ion/src/device/shared/drivers/, \
battery.cpp \
base64.cpp \
board.cpp \
console.cpp \
console_uart.cpp \
crc32.cpp \
display.cpp \
events_keyboard_platform.cpp \