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:
pvanhorn
2016-10-28 18:42:19 -07:00
committed by Jonathan Hui
parent 43f2ba4db6
commit 85fb7a451c
25 changed files with 221 additions and 379 deletions
-6
View File
@@ -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(); }
};
}