Skip to content

Commit 7d9fb35

Browse files
committed
Added missing #include after pull
1 parent 70b310b commit 7d9fb35

File tree

1 file changed

+1
-0
lines changed
  • ports/espressif/common-hal/audiobusio

1 file changed

+1
-0
lines changed

ports/espressif/common-hal/audiobusio/PDMIn.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "common-hal/audiobusio/PDMIn.h"
1111
#include "py/mpprint.h"
12+
#include "py/runtime.h"
1213
#include "shared-bindings/audiobusio/PDMIn.h"
1314

1415

0 commit comments

Comments
 (0)