mirror of https://github.com/ARMmbed/mbed-os.git
6 lines
140 B
C
6 lines
140 B
C
|
|
||
|
int mbed_error(int error_status, const char *error_msg, unsigned int error_value, const char *filename, int line_number)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|