Skip to content

Commit 406e7a2

Browse files
Fix Astyle error 2
1 parent 413b6d6 commit 406e7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/mbed_error.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ MBED_NORETURN void error(const char *format, ...) MBED_PRINTF(1, 2);
951951
typedef void (*mbed_error_hook_t)(const mbed_error_ctx *error_ctx);
952952

953953
/**
954-
* Callback/Error hook function. If application implementation needs to receive this callback when an error is reported,
954+
* Callback/Error hook function. If application implementation needs to receive this callback when an error is reported,
955955
* mbed_error_hook function should be overridden with custom implementation. When an error happens in the system error handling
956956
* implementation will invoke this callback with the mbed_error_status_t reported and the error context at the time of error.
957957
* @param error_ctx Error context structure associated with this error.

0 commit comments

Comments
 (0)