Browse Source

See if this passes Travis CI

Scott Lahteine 7 years ago
parent
commit
f0debfd2fc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      platformio.ini

+ 1
- 0
platformio.ini View File

115
 #
115
 #
116
 [env:LPC1768]
116
 [env:LPC1768]
117
 platform        = nxplpc
117
 platform        = nxplpc
118
+board           = lpc1768
118
 board_f_cpu     = 100000000L
119
 board_f_cpu     = 100000000L
119
 build_flags     = !python Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
120
 build_flags     = !python Marlin/src/HAL/HAL_LPC1768/lpc1768_flag_script.py
120
   ${common.build_flags}
121
   ${common.build_flags}

Loading…
Cancel
Save