Skip to content

Commit 75f8c70

Browse files
Fix Astyle error 3
1 parent 406e7a2 commit 75f8c70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/mbed_error.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,8 +1096,8 @@ MBED_NORETURN mbed_error_status_t mbed_error(mbed_error_status_t error_status, c
10961096
* mbed_set_error_hook( my_custom_error_hook )
10971097
*
10981098
* @endcode
1099-
* @note The erro hook function implementation should be re-entrant.
1100-
*
1099+
* @note The error hook function implementation should be re-entrant.
1100+
*
11011101
* @deprecated You should use an overridden mbed_error_hook() function if you like to catch errors in your application.
11021102
* With mbed_set_error_hook() it is not possible to catch errors before your application started.
11031103
*/

0 commit comments

Comments
 (0)