mirror of https://github.com/ARMmbed/mbed-os.git
Fix Astyle error 2
parent
413b6d62f4
commit
406e7a2f4f
|
|
@ -951,7 +951,7 @@ MBED_NORETURN void error(const char *format, ...) MBED_PRINTF(1, 2);
|
|||
typedef void (*mbed_error_hook_t)(const mbed_error_ctx *error_ctx);
|
||||
|
||||
/**
|
||||
* Callback/Error hook function. If application implementation needs to receive this callback when an error is reported,
|
||||
* Callback/Error hook function. If application implementation needs to receive this callback when an error is reported,
|
||||
* mbed_error_hook function should be overridden with custom implementation. When an error happens in the system error handling
|
||||
* implementation will invoke this callback with the mbed_error_status_t reported and the error context at the time of error.
|
||||
* @param error_ctx Error context structure associated with this error.
|
||||
|
|
|
|||
Loading…
Reference in New Issue