Skip to content

Commit 7f8e4ee

Browse files
[bsp/stm32l496-st-nucleo] update SConscript && remove uart_sample.c
1 parent 66c6774 commit 7f8e4ee

File tree

2 files changed

+0
-105
lines changed

2 files changed

+0
-105
lines changed

bsp/stm32/stm32l496-st-nucleo/applications/SConscript

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ src = Split('''
66
main.c
77
''')
88

9-
if GetDepend(['BSP_USING_USBD']):
10-
if GetDepend(['RT_USB_DEVICE_CDC']):
11-
src += ['uart_sample.c']
12-
139
CPPPATH = [str(Dir('#')), cwd]
1410

1511
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)

bsp/stm32/stm32l496-st-nucleo/applications/uart_sample.c

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)