Skip to content

Commit 0ec92a0

Browse files
CMake: clean up code comments after refactor
1 parent b49aa04 commit 0ec92a0

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840

1 file changed

+1
-1
lines changed

targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ mbed_set_linker_script(mbed-mcu-nrf52840 ${CMAKE_CURRENT_SOURCE_DIR}/${LINKER_FI
6363
target_link_libraries(mbed-mcu-nrf52840 INTERFACE mbed-nrf52 mbed-sdk-15-0)
6464
target_link_libraries(mbed-arduino-nano33ble INTERFACE mbed-mcu-nrf52840)
6565
target_link_libraries(mbed-ep-agora INTERFACE mbed-mcu-nrf52840)
66-
target_link_libraries(mbed-ep-atlas INTERFACE mbed-mcu-nrf52840) # TODO ask HK about this
66+
target_link_libraries(mbed-ep-atlas INTERFACE mbed-mcu-nrf52840)
6767
target_link_libraries(mbed-nrf52840-dk INTERFACE mbed-mcu-nrf52840)

0 commit comments

Comments
 (0)