Skip to content

Commit

Permalink
add: 调整全局宏,适配主库对rtos/freertos的修改
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Nov 6, 2023
1 parent 97517d8 commit fe251d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions luatos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ idf_component_optional_requires(PRIVATE esp_psram)
project(luatos)

idf_build_set_property(COMPILE_OPTIONS "-D__LUATOS__=1" APPEND)
idf_build_set_property(COMPILE_OPTIONS "-DLUAT_FREERTOS_FULL_INCLUDE=1" APPEND)

idf_build_get_property(config_json SDKCONFIG_JSON)

Expand Down

0 comments on commit fe251d1

Please sign in to comment.