mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-05 22:11:04 +08:00
feat: Remove the use of os_printf in SDK
This commit is contained in:
@ -416,7 +416,7 @@ sys_arch_unprotect(sys_prot_t pval)
|
||||
void
|
||||
sys_arch_assert(const char *file, int line)
|
||||
{
|
||||
os_printf("\nAssertion: %d in %s\n", line, file);
|
||||
printf("\nAssertion: %d in %s\n", line, file);
|
||||
|
||||
while(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user