Skip to content

Commit

Permalink
included default STM32F0 mcu
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Feb 15, 2024
1 parent f8b077e commit 899bc6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tusb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ extern "C"
#ifndef CFG_TUSB_MCU
// STM32
#ifdef ARDUINO_ARCH_STM32
#ifdef STM32F0xx
#define CFG_TUSB_MCU OPT_MCU_STM32F0
#endif
#ifdef STM32F1xx
#define CFG_TUSB_MCU OPT_MCU_STM32F1
#endif
Expand Down

0 comments on commit 899bc6f

Please sign in to comment.