refactor(tools/test_apps): Move HAL tests for MPU to the panic test-app

This commit is contained in:
Laukik Hase
2023-10-11 16:54:24 +05:30
parent 9711e9a812
commit 3f67722274
7 changed files with 49 additions and 57 deletions

View File

@@ -53,6 +53,8 @@ void test_assert(void);
void test_assert_cache_disabled(void);
void test_illegal_access(void);
#ifdef __cplusplus
}
#endif