Skip to content

Commit b020abe

Browse files
committed
Remove LmHandler, not part of LoRaMac API
1 parent b6aa97a commit b020abe

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

as-lib/mac/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ if (NOT TARGET ${PROJECT_NAME})
1414
target_sources(
1515
${PROJECT_NAME}
1616
PUBLIC
17-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common/LmHandler/LmHandler.h
18-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common/LmHandler/LmHandlerTypes.h
19-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common/LmHandler/packages/LmhPackage.h
20-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common/NvmDataMgmt.h
2117
${LORAMAC_SOURCE_DIR}/mac/LoRaMac.h
2218
${LORAMAC_SOURCE_DIR}/mac/LoRaMacAdr.h
2319
${LORAMAC_SOURCE_DIR}/mac/LoRaMacClassB.h
@@ -40,8 +36,6 @@ if (NOT TARGET ${PROJECT_NAME})
4036
$<$<OR:$<BOOL:REGION_AU915>,$<BOOL:REGION_US915>>:${LORAMAC_SOURCE_DIR}/mac/region/RegionBaseUS.h>
4137

4238
PRIVATE
43-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common/LmHandler/LmHandler.c
44-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common/NvmDataMgmt.c
4539
${LORAMAC_SOURCE_DIR}/mac/LoRaMac.c
4640
${LORAMAC_SOURCE_DIR}/mac/LoRaMacAdr.c
4741
${LORAMAC_SOURCE_DIR}/mac/LoRaMacClassB.c
@@ -79,15 +73,11 @@ if (NOT TARGET ${PROJECT_NAME})
7973
target_compile_definitions(
8074
${PROJECT_NAME}
8175
PUBLIC
82-
ACTIVE_REGION # TODO: remove from lmHandler.c?
8376
)
8477

8578
target_include_directories(
8679
${PROJECT_NAME}
8780
PUBLIC
88-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common/LmHandler
89-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common/LmHandler/packages
90-
${LORAMAC_SOURCE_DIR}/apps/LoRaMac/common
9181
${LORAMAC_SOURCE_DIR}/mac
9282
${LORAMAC_SOURCE_DIR}/mac/region
9383
)

0 commit comments

Comments
 (0)