Skip to content

Commit 36ca4d6

Browse files
author
Antti Kauppila
committed
ATHandler relocated
ATHandler is part of our API so header file was moved under API folder and .cpp file was moved under device/ folder ATHandler is used in both AT and PPP mode so it has been in slightly wrong place at the beginning.
1 parent c8ac1ef commit 36ca4d6

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

UNITTESTS/features/cellular/framework/AT/athandler/unittest.cmake renamed to UNITTESTS/features/cellular/framework/device/athandler/unittest.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ set(unittest-includes ${unittest-includes}
1515

1616
# Source files
1717
set(unittest-sources
18-
../features/cellular/framework/AT/ATHandler.cpp
18+
../features/cellular/framework/device/ATHandler.cpp
1919
)
2020

2121
# Test files
2222
set(unittest-test-sources
23-
features/cellular/framework/AT/athandler/athandlertest.cpp
23+
features/cellular/framework/device/athandler/athandlertest.cpp
2424
stubs/EventQueue_stub.cpp
2525
stubs/FileHandle_stub.cpp
2626
stubs/us_ticker_stub.cpp

0 commit comments

Comments
 (0)