porting: Remove unused SYSINIT_PANIC_MSG

Those are no longer used.
This commit is contained in:
Szymon Janc
2023-02-08 16:12:54 +01:00
parent e0e9629afe
commit 17a8e61fde
2 changed files with 0 additions and 4 deletions
@@ -35,8 +35,6 @@ extern "C" {
#define BLE_NPL_TIME_FOREVER INT32_MAX
#define SYSINIT_PANIC_MSG(msg) __assert_fail(msg, __FILE__, __LINE__, __func__)
#ifdef __cplusplus
}
#endif
@@ -35,8 +35,6 @@ extern "C" {
#define BLE_NPL_TIME_FOREVER INT32_MAX
#define SYSINIT_PANIC_MSG(msg) { fprintf(stderr, "%s\n", msg); abort(); }
#ifdef __cplusplus
}
#endif