mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-06-06 05:14:45 +00:00
porting: Remove unused SYSINIT_PANIC_MSG
Those are no longer used.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user