Browse Source

Patch "upload_disk" to make python happy

Scott Lahteine 7 years ago
parent
commit
29dda871cb
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py

+ 1
- 1
Marlin/src/HAL/HAL_LPC1768/upload_extra_script.py View File

@@ -6,7 +6,7 @@
6 6
 
7 7
 target_filename = "FIRMWARE.CUR"
8 8
 target_drive = "REARM"
9
-
9
+upload_disk = ""
10 10
 
11 11
 import platform
12 12
 current_OS = platform.system()

Loading…
Cancel
Save