Skip to content

Commit

Permalink
Fix Error: implicit declaration of function 'enter_critical_section'
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiang781216 authored and txy-21 committed Jan 15, 2025
1 parent 32406c7 commit 4bb0206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/xtensa/src/esp32s3/esp32s3_efuse_lowerhalf.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include <stdlib.h>
#include <debug.h>
#include <assert.h>

#include <nuttx/irq.h>
#include <nuttx/kmalloc.h>
#include <nuttx/efuse/efuse.h>

Expand Down

0 comments on commit 4bb0206

Please sign in to comment.