Merge pull request #6352 from billvanleeuwen424/removeDuplicateInclude

Removed duplicate include, fixes issue #6278
This commit is contained in:
Dan Halbert 2022-05-04 21:47:17 -04:00 committed by GitHub
commit 03b1a0284e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,8 +27,6 @@
#include "shared-bindings/board/__init__.h"
#include "shared-bindings/board/__init__.h"
CIRCUITPY_BOARD_BUS_SINGLETON(stemma_i2c, i2c, 1)
STATIC const mp_rom_map_elem_t board_module_globals_table[] = {