mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-08-09 14:55:00 -06:00
🏗️ Define HAL_STM32 for HAL/STM32 (#22537)
This commit is contained in:
parent
331cc5fd6a
commit
76c10b3e02
34 changed files with 105 additions and 57 deletions
|
@ -13,7 +13,7 @@
|
|||
platform = ststm32@~12.1
|
||||
board_build.core = stm32
|
||||
build_flags = ${common.build_flags}
|
||||
-std=gnu++14
|
||||
-std=gnu++14 -DHAL_STM32
|
||||
-DUSBCON -DUSBD_USE_CDC
|
||||
-DTIM_IRQ_PRIO=13
|
||||
-DADC_RESOLUTION=12
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue