mirror of
https://github.com/espressif/openthread.git
synced 2026-08-01 16:47:47 +00:00
Remove otPlatFlash API's and move settings from core to examples. (#889)
* Remove otPlatFlash API's and move settings from core to examples.
This commit is contained in:
@@ -80,9 +80,6 @@ void test_packed2();
|
||||
void test_packed_union();
|
||||
void test_packed_enum();
|
||||
|
||||
// test_settings.cpp
|
||||
void RunSettingsTests();
|
||||
|
||||
#pragma endregion
|
||||
|
||||
utAssertTrue s_AssertTrue;
|
||||
@@ -134,8 +131,5 @@ namespace Thread
|
||||
TEST_METHOD(test_packed2) { ::test_packed2(); }
|
||||
TEST_METHOD(test_packed_union) { ::test_packed_union(); }
|
||||
TEST_METHOD(test_packed_enum) { ::test_packed_enum(); }
|
||||
|
||||
// test_settings.cpp
|
||||
TEST_METHOD(RunSettingsTests) { ::RunSettingsTests(); }
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user