feature(ir): add ir tx rx driver

This commit is contained in:
xiongyu
2019-08-20 16:34:46 +08:00
parent 287a2fcbd3
commit 428f2f3b1a
18 changed files with 1213 additions and 2 deletions

View File

@ -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;