mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +08:00
feat: Remove the use of os_printf in SDK
This commit is contained in:
@ -122,7 +122,7 @@ void hw_test_timer_cb(void)
|
||||
if ((WDEV_NOW() - tick_now2) >= 1000000) {
|
||||
static uint32_t idx = 1;
|
||||
tick_now2 = WDEV_NOW();
|
||||
os_printf("b%u:%d\n", idx++, j);
|
||||
printf("b%u:%d\n", idx++, j);
|
||||
j = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user