Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FYSETC S6 FLASH_PAGE_SIZE #16560

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update platformio.ini
  • Loading branch information
thinkyhead committed Jan 14, 2020
commit 9f42b95e488eb97e0f09770ab5148537b4b6c428
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ src_filter = ${common.default_src_filter} +<src/HAL/HAL_STM32>
# FYSETC S6 (STM32F446VET6 ARM Cortex-M4)
#
[env:FYSETC_S6]
platform = ststm32
platform = ststm32@<6
board = fysetc_s6
platform_packages = tool-stm32duino
build_flags = ${common.build_flags}
Expand Down