Skip to content

Commit

Permalink
fix: Reintroduce the -DPIO_FRAMEWORK_ARDUINO_ENABLE_CDC build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
zfields committed Jan 11, 2025
1 parent 6b559b5 commit 4add209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/blues_cygnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L433xx",
"f_cpu": "80000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_CYGNET -DCUSTOM_PERIPHERAL_PINS"
"arduino": "-DARDUINO_CYGNET -DCUSTOM_PERIPHERAL_PINS -DPIO_FRAMEWORK_ARDUINO_ENABLE_CDC"
},
"mcu": "stm32l433cct6",
"product_line": "STM32L433xx",
Expand Down
2 changes: 1 addition & 1 deletion boards/blues_swan_r5.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"extra_flags": "-DSTM32L4 -DSTM32L4xx -DSTM32L4R5xx",
"f_cpu": "120000000L",
"framework_extra_flags": {
"arduino": "-DARDUINO_SWAN_R5 -DCUSTOM_PERIPHERAL_PINS"
"arduino": "-DARDUINO_SWAN_R5 -DCUSTOM_PERIPHERAL_PINS -DPIO_FRAMEWORK_ARDUINO_ENABLE_CDC"
},
"mcu": "stm32l4r5ziy6",
"product_line": "STM32L4R5xx",
Expand Down

0 comments on commit 4add209

Please sign in to comment.