Skip to content

Commit

Permalink
changed to default for low power sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
itzandroidtab committed Jan 7, 2024
1 parent b02fea4 commit 44bec56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ target_include_directories(flash_loader PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/../k
# set the interrupt method, the target and if we we support low power sleep
target_compile_definitions(flash_loader PUBLIC "KLIB_IRQ=irq_ram")
target_compile_definitions(flash_loader PUBLIC "TARGET_CPU=lpc1756")
target_compile_definitions(flash_loader PUBLIC "TARGET_LOW_POWER_SLEEP=0")

# enable C++20 support for the library
target_compile_features(flash_loader PUBLIC cxx_std_20)
Expand Down

0 comments on commit 44bec56

Please sign in to comment.