From 75f8c70935cb5e1e88a347502e6a91244461e155 Mon Sep 17 00:00:00 2001 From: phst Date: Wed, 25 Mar 2020 16:20:43 +0100 Subject: [PATCH] Fix Astyle error 3 --- platform/mbed_error.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/mbed_error.h b/platform/mbed_error.h index a81114f783..5c01bda95f 100644 --- a/platform/mbed_error.h +++ b/platform/mbed_error.h @@ -1096,8 +1096,8 @@ MBED_NORETURN mbed_error_status_t mbed_error(mbed_error_status_t error_status, c * mbed_set_error_hook( my_custom_error_hook ) * * @endcode - * @note The erro hook function implementation should be re-entrant. - * + * @note The error hook function implementation should be re-entrant. + * * @deprecated You should use an overridden mbed_error_hook() function if you like to catch errors in your application. * With mbed_set_error_hook() it is not possible to catch errors before your application started. */