提交 09f5f726 编写于 作者: M me-no-dev
上级 8ab3231e
......@@ -62,6 +62,11 @@ void arduino_phy_init()
}
#endif
void yield()
{
vPortYield();
}
uint32_t IRAM_ATTR micros()
{
uint32_t ccount;
......
......@@ -39,8 +39,8 @@ extern "C" {
#endif
//forward declaration from freertos/portmacro.h
void vPortYield( void );
#define yield() vPortYield()
void vPortYield(void);
void yield(void);
#define optimistic_yield(u)
#define ESP_REG(addr) *((volatile uint32_t *)(addr))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册