boards: stm32f334-disco: remove empty files

Remove the empty files from the board folder (reported by nxstyle tool).

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
Alin Jerpelea
2021-04-08 09:32:20 +02:00
committed by Alan Carvalho de Assis
parent 413f11c598
commit 8bdcca039e
2 changed files with 0 additions and 7 deletions
@@ -24,12 +24,6 @@ CSRCS = stm32_boot.c
ifeq ($(CONFIG_ARCH_LEDS),y)
CSRCS += stm32_autoleds.c
else
CSRCS += stm32_userleds.c
endif
ifeq ($(CONFIG_ARCH_BUTTONS),y)
CSRCS += stm32_buttons.c
endif
ifeq ($(CONFIG_LIB_BOARDCTL),y)
@@ -1 +0,0 @@