Browse Source

Fix platformio.ini for MKS Robin (#13502)

pinchies 5 years ago
parent
commit
de0f35f2d9
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      platformio.ini

+ 2
- 1
platformio.ini View File

@@ -302,11 +302,12 @@ monitor_speed = 250000
302 302
 # MKS Robin (STM32F103ZET6)
303 303
 #
304 304
 [env:mks_robin]
305
-platform      = ststm32
305
+platform      = ststm32@5.1.0
306 306
 framework     = arduino
307 307
 board         = genericSTM32F103ZE
308 308
 extra_scripts = buildroot/share/PlatformIO/scripts/mks_robin.py
309 309
 build_flags   = !python Marlin/src/HAL/HAL_STM32F1/STM32F1_flag_script.py
310
+ -DSTM32_XL_DENSITY 
310 311
   ${common.build_flags}
311 312
   -DSTM32_XL_DENSITY
312 313
 src_filter    = ${common.default_src_filter} +<src/HAL/HAL_STM32F1>

Loading…
Cancel
Save