We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df270dd commit 5012edfCopy full SHA for 5012edf
bsp/cvitek/drivers/SConscript
@@ -18,7 +18,7 @@ elif GetDepend('BOARD_TYPE_MILKV_DUO') or GetDepend('BOARD_TYPE_MILKV_DUO_SPINOR
18
CPPPATH += [cwd + r'/libraries']
19
CPPPATH += [cwd + r'/libraries/' + CHIP_TYPE]
20
21
-if GetDepend('BSP_USING_CV180X'):
+if GetDepend('BSP_USING_CV18XX'):
22
src += ['drv_gpio.c']
23
24
if GetDepend('BSP_USING_I2C'):
0 commit comments