diff options
| author | hathach <[email protected]> | 2023-09-27 16:31:46 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-09-27 16:31:46 +0700 |
| commit | 58c49cea5b94dcf45b0b2117afc3fc8ce646732c (patch) | |
| tree | 16cb529315d949e7d53d326b2ba29ea845fe5b4a | |
| parent | 0a4fb6963de9a62be613cab5ab33f70c2e836b3d (diff) | |
remove sct_neopixel from lpc54 (due to warnings and not used)
| -rw-r--r-- | hw/bsp/lpc54/family.cmake | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/lpc54/family.cmake b/hw/bsp/lpc54/family.cmake index a1f876844..cdd513fe4 100644 --- a/hw/bsp/lpc54/family.cmake +++ b/hw/bsp/lpc54/family.cmake @@ -126,8 +126,6 @@ function(family_configure_example TARGET RTOS) # BSP ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/family.c ${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../board.c - # external driver - ${TOP}/lib/sct_neopixel/sct_neopixel.c ) # https://github.com/gsteiert/sct_neopixel/pull/1 |
