We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3917e4 commit 3dcd279Copy full SHA for 3dcd279
platform/source/mbed_error.c
@@ -330,7 +330,7 @@ WEAK MBED_NORETURN mbed_error_status_t mbed_error(mbed_error_status_t error_stat
330
}
331
332
//Register an application defined callback with error handling
333
-MBED_DEPRECATED("Use an overridden mbed_error_hook() function")
+MBED_DEPRECATED("Use an overridden mbed_error_hook() function instead")
334
mbed_error_status_t mbed_set_error_hook(mbed_error_hook_t error_hook_in)
335
{
336
//register the new hook/callback
0 commit comments