Fix thunderpack build

This commit is contained in:
Scott Shawcroft 2020-03-31 17:05:37 -07:00
parent 317b96e93a
commit 1071924701
No known key found for this signature in database
GPG Key ID: 9349BC7E64B1921E
1 changed files with 2 additions and 0 deletions

View File

@ -44,6 +44,8 @@
#define BOARD_OVERWRITE_SWD (1)
#define BOARD_NO_VBUS_SENSE (1)
#define BOARD_RTC_CLOCK RCC_RTCCLKSOURCE_LSI
// Status LEDs
#define MICROPY_HW_LED_STATUS (&pin_PA02)