Skip to content

Commit 5d47753

Browse files
VandoulGuozhanxin
authored andcommitted
[bsp/renesas]add drv_sci.
formating header file.
1 parent e5c5ec4 commit 5d47753

File tree

4 files changed

+1232
-0
lines changed

4 files changed

+1232
-0
lines changed

bsp/renesas/libraries/HAL_Drivers/SConscript

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ if GetDepend(['BSP_USING_SPI']):
4141
if GetDepend(['BSP_USING_SCI_SPI']):
4242
src += ['drv_sci_spi.c']
4343

44+
if GetDepend(['BSP_USING_SCI']):
45+
src += ['drv_sci.c']
46+
4447
if GetDepend(['BSP_USING_ADC']):
4548
src += ['drv_adc.c']
4649

0 commit comments

Comments
 (0)