~aleteoryx/muditaos

083ef608ca0ac4b7a8f5975f99b19412faf2e3ad — Maciej Janicki 4 years ago 59dc1bc
[BH-1127] Fix frontlight linking

Fix frontlight PWM linking issue
1 files changed, 4 insertions(+), 4 deletions(-)

M module-bsp/board/rt1051/bellpx/CMakeLists.txt
M module-bsp/board/rt1051/bellpx/CMakeLists.txt => module-bsp/board/rt1051/bellpx/CMakeLists.txt +4 -4
@@ 10,6 10,10 @@ target_sources(
        module-bsp

    PRIVATE
        hal/battery_charger/BatteryCharger.cpp
        hal/key_input/KeyInput.cpp
        hal/temperature_source/TemperatureSource.cpp

        bsp/audio/AW8898driver.cpp
        bsp/audio/CodecAW8898.cpp
        bsp/battery-charger/battery-charger.cpp


@@ 20,10 24,6 @@ target_sources(
        bsp/rotary_encoder/rotary_encoder.cpp
        bsp/switches/switches.cpp

        hal/battery_charger/BatteryCharger.cpp
        hal/key_input/KeyInput.cpp
        hal/temperature_source/TemperatureSource.cpp

        audio.cpp
        clock_config.cpp
        debug_console.cpp