mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feature(ir): add ir tx rx driver
This commit is contained in:
@ -159,7 +159,7 @@ uint32_t hw_timer_get_count_data()
|
||||
return frc1.count.data;
|
||||
}
|
||||
|
||||
static void hw_timer_isr_cb(void* arg)
|
||||
static void IRAM_ATTR hw_timer_isr_cb(void* arg)
|
||||
{
|
||||
if (!frc1.ctrl.reload) {
|
||||
frc1.ctrl.en = 0;
|
||||
|
Reference in New Issue
Block a user