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 2df0039 commit b62a6d0Copy full SHA for b62a6d0
include/etl/error_handler.h
@@ -282,7 +282,7 @@ namespace etl
282
/// Sets the assert function.
283
/// The argument function signature is void(*)(const etl::exception&)
284
//***************************************************************************
285
- void set_assert_function(etl::private_error_handler::assert_function_ptr_t afptr)
+ inline void set_assert_function(etl::private_error_handler::assert_function_ptr_t afptr)
286
{
287
etl::private_error_handler::assert_handler<0>::assert_function_ptr = afptr;
288
}
0 commit comments