samd/boards/SEEED_WIO_TERMINAL: Enable using the 32kHz crystal.

That was missing from the configuration.
This commit is contained in:
robert-hh 2022-11-05 21:16:21 +01:00 committed by Damien George
parent fadfc30547
commit 9d0aefe719

View File

@ -1,2 +1,4 @@
#define MICROPY_HW_BOARD_NAME "Wio Terminal D51R"
#define MICROPY_HW_MCU_NAME "SAMD51P19A"
#define MICROPY_HW_XOSC32K (1)