Skip to content

Commit ed68992

Browse files
committed
fw/drivers: remove stale ALS stub driver build code
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 725aeb8 commit ed68992

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

src/fw/drivers/wscript_build

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -313,17 +313,6 @@ elif mcu_family in ('STM32F2', 'STM32F4', 'STM32F7'):
313313
'stm32_stdlib',
314314
],
315315
)
316-
elif mcu_family in ('NRF52840', 'SF32LB52'):
317-
# FIXME(NRF52840,SF32LB52): provide working implementation
318-
bld.objects(
319-
name='driver_ambient_light',
320-
source=[
321-
'stubs/ambient_light.c',
322-
],
323-
use=[
324-
'fw_includes',
325-
],
326-
)
327316

328317
if mcu_family in ('STM32F4', 'STM32F7'):
329318
bld.objects(

0 commit comments

Comments
 (0)