Skip to content

Commit 03b1a02

Browse files
authored
Merge pull request #6352 from billvanleeuwen424/removeDuplicateInclude
Removed duplicate include, fixes issue #6278
2 parents 27cbf13 + 76040a9 commit 03b1a02

File tree

1 file changed

+0
-2
lines changed
  • ports/espressif/boards/adafruit_qtpy_esp32c3

1 file changed

+0
-2
lines changed

ports/espressif/boards/adafruit_qtpy_esp32c3/pins.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727

2828
#include "shared-bindings/board/__init__.h"
2929

30-
#include "shared-bindings/board/__init__.h"
31-
3230
CIRCUITPY_BOARD_BUS_SINGLETON(stemma_i2c, i2c, 1)
3331

3432
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {

0 commit comments

Comments
 (0)