From 406e7a2f4ff67a17a643f5bceb3f4a2104c149f9 Mon Sep 17 00:00:00 2001 From: phst Date: Wed, 25 Mar 2020 16:05:55 +0100 Subject: [PATCH] Fix Astyle error 2 --- platform/mbed_error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mbed_error.h b/platform/mbed_error.h index 1db3c50dc3..a81114f783 100644 --- a/platform/mbed_error.h +++ b/platform/mbed_error.h @@ -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.