Skip to content

Commit da04efb

Browse files
authored
Fix missing include in port.c
1 parent c2aa54a commit da04efb

File tree

1 file changed

+1
-0
lines changed
  • ports/esp32s2/supervisor

1 file changed

+1
-0
lines changed

ports/esp32s2/supervisor/port.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include "supervisor/port.h"
3131
#include "boards/board.h"
3232
#include "modules/module.h"
33+
#include "py/runtime.h"
3334

3435
#include "freertos/FreeRTOS.h"
3536
#include "freertos/task.h"

0 commit comments

Comments
 (0)