File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
connectivity/lorawan/tests/UNITTESTS/features/lorawan Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ set(unittest-includes-base
151
151
"${PROJECT_SOURCE_DIR} /../connectivity/lorawan/lorastack"
152
152
"${PROJECT_SOURCE_DIR} /../connectivity/lorawan/lorastack/mac"
153
153
"${PROJECT_SOURCE_DIR} /../connectivity/lorawan/lorastack/phy"
154
- "${PROJECT_SOURCE_DIR} /../connectivity/lorawan/system "
154
+ "${PROJECT_SOURCE_DIR} /../connectivity/lorawan"
155
155
"${PROJECT_SOURCE_DIR} /../connectivity/mbedtls"
156
156
"${PROJECT_SOURCE_DIR} /../connectivity/mbedtls/include"
157
157
)
Original file line number Diff line number Diff line change 20
20
#include < cstddef>
21
21
22
22
#include " lorawan_types.h"
23
- #include " lorawan_data_structures.h"
23
+ #include " system/ lorawan_data_structures.h"
24
24
25
25
namespace LoRaMac_stub {
26
26
extern bool bool_value;
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
#include " mbed_assert.h"
19
- #include " LoRaWANTimer.h"
19
+ #include " system/ LoRaWANTimer.h"
20
20
21
21
#include " LoRaWANTimer_stub.h"
22
22
Original file line number Diff line number Diff line change 15
15
* limitations under the License.
16
16
*/
17
17
18
- #include " LoRaWANTimer.h"
18
+ #include " system/ LoRaWANTimer.h"
19
19
20
20
namespace LoRaWANTimer_stub {
21
21
extern lorawan_time_t time_value;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set(TEST_SUITE_NAME "lorawan_LoRaWANInterface")
20
20
21
21
# Source files
22
22
set (unittest-sources
23
- ../connectivity/lorawan/LoRaWANInterface.cpp
23
+ ../connectivity/lorawan/source / LoRaWANInterface.cpp
24
24
)
25
25
26
26
# Add test specific include paths
Original file line number Diff line number Diff line change 22
22
#include " LoRaPHY_stub.h"
23
23
#include " LoRaMac_stub.h"
24
24
#include " equeue_stub.h"
25
- #include " lorawan_data_structures.h"
25
+ #include " system/ lorawan_data_structures.h"
26
26
27
27
static uint8_t batt_level = 0 ;
28
28
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ set(TEST_SUITE_NAME "lorawan_LoRaWANStack")
20
20
21
21
# Source files
22
22
set (unittest-sources
23
- ../connectivity/lorawan/LoRaWANStack.cpp
23
+ ../connectivity/lorawan/source / LoRaWANStack.cpp
24
24
)
25
25
26
26
# Add test specific include paths
You can’t perform that action at this time.
0 commit comments