浏览代码

General cleanup

Scott Lahteine 4 年前
父节点
当前提交
e27f031a55

+ 1
- 1
Marlin/src/HAL/AVR/eeprom.cpp 查看文件

55
     crc16(crc, &v, 1);
55
     crc16(crc, &v, 1);
56
     pos++;
56
     pos++;
57
     value++;
57
     value++;
58
-  };
58
+  }
59
   return false;
59
   return false;
60
 }
60
 }
61
 
61
 

+ 1
- 1
Marlin/src/HAL/DUE/eeprom_flash.cpp 查看文件

993
     crc16(crc, &v, 1);
993
     crc16(crc, &v, 1);
994
     pos++;
994
     pos++;
995
     value++;
995
     value++;
996
-  };
996
+  }
997
   return false;
997
   return false;
998
 }
998
 }
999
 
999
 

+ 1
- 1
Marlin/src/HAL/DUE/eeprom_wired.cpp 查看文件

58
     crc16(crc, &v, 1);
58
     crc16(crc, &v, 1);
59
     pos++;
59
     pos++;
60
     value++;
60
     value++;
61
-  };
61
+  }
62
   return false;
62
   return false;
63
 }
63
 }
64
 
64
 

+ 1
- 1
Marlin/src/HAL/STM32F1/eeprom_wired.cpp 查看文件

68
     crc16(crc, &v, 1);
68
     crc16(crc, &v, 1);
69
     pos++;
69
     pos++;
70
     value++;
70
     value++;
71
-  };
71
+  }
72
   return false;
72
   return false;
73
 }
73
 }
74
 
74
 

+ 1
- 1
Marlin/src/HAL/STM32_F4_F7/eeprom_flash.cpp 查看文件

92
     crc16(crc, &v, 1);
92
     crc16(crc, &v, 1);
93
     pos++;
93
     pos++;
94
     value++;
94
     value++;
95
-  };
95
+  }
96
   return false;
96
   return false;
97
 }
97
 }
98
 
98
 

+ 1
- 1
Marlin/src/HAL/STM32_F4_F7/eeprom_wired.cpp 查看文件

58
     crc16(crc, &v, 1);
58
     crc16(crc, &v, 1);
59
     pos++;
59
     pos++;
60
     value++;
60
     value++;
61
-  };
61
+  }
62
   return false;
62
   return false;
63
 }
63
 }
64
 
64
 

+ 1
- 1
Marlin/src/HAL/TEENSY31_32/eeprom.cpp 查看文件

54
     crc16(crc, &v, 1);
54
     crc16(crc, &v, 1);
55
     pos++;
55
     pos++;
56
     value++;
56
     value++;
57
-  };
57
+  }
58
   return false;
58
   return false;
59
 }
59
 }
60
 
60
 

+ 1
- 1
Marlin/src/HAL/TEENSY35_36/eeprom.cpp 查看文件

58
     crc16(crc, &v, 1);
58
     crc16(crc, &v, 1);
59
     pos++;
59
     pos++;
60
     value++;
60
     value++;
61
-  };
61
+  }
62
   return false;
62
   return false;
63
 }
63
 }
64
 
64
 

+ 1
- 1
Marlin/src/core/millis_t.h 查看文件

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
Marlin/src/inc/Conditionals_adv.h 查看文件

208
   #endif
208
   #endif
209
 #endif
209
 #endif
210
 
210
 
211
-#if ENABLED(FYSETC_MINI_12864_2_1, FYSETC_242_OLED_12864)
211
+#if EITHER(FYSETC_MINI_12864_2_1, FYSETC_242_OLED_12864)
212
   #define LED_CONTROL_MENU
212
   #define LED_CONTROL_MENU
213
   #define LED_USER_PRESET_STARTUP
213
   #define LED_USER_PRESET_STARTUP
214
   #define LED_COLOR_PRESETS
214
   #define LED_COLOR_PRESETS

+ 1
- 1
buildroot/bin/generate_version 查看文件

63
  * GNU General Public License for more details.
63
  * GNU General Public License for more details.
64
  *
64
  *
65
  * You should have received a copy of the GNU General Public License
65
  * You should have received a copy of the GNU General Public License
66
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
66
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
67
  *
67
  *
68
  */
68
  */
69
 #pragma once
69
 #pragma once

+ 1
- 1
buildroot/share/PlatformIO/scripts/common-features-dependencies.h 查看文件

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 #pragma once
22
 #pragma once

+ 1
- 1
buildroot/share/extras/header.h 查看文件

16
  * GNU General Public License for more details.
16
  * GNU General Public License for more details.
17
  *
17
  *
18
  * You should have received a copy of the GNU General Public License
18
  * You should have received a copy of the GNU General Public License
19
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
20
  *
20
  *
21
  */
21
  */
22
 
22
 

+ 1
- 1
buildroot/share/fonts/README.md 查看文件

16
  - ISO10646_Kana.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
16
  - ISO10646_Kana.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
17
  - Marlin_symbols.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
17
  - Marlin_symbols.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
18
 
18
 
19
-Additional changes to the original font files distributed with Marlin are copyrighted under the terms of the [GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt) license.
19
+Additional changes to the original font files distributed with Marlin are copyrighted under the terms of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt) license.
20
 
20
 
21
 
21
 
22
 ## Documentation
22
 ## Documentation

+ 1
- 1
buildroot/share/fonts/genallfont.sh 查看文件

116
  * GNU General Public License for more details.
116
  * GNU General Public License for more details.
117
  *
117
  *
118
  * You should have received a copy of the GNU General Public License
118
  * You should have received a copy of the GNU General Public License
119
- * along with this program.  If not, see <http://www.gnu.org/licenses/>.
119
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
120
  *
120
  *
121
  */
121
  */
122
 #include <U8glib.h>
122
 #include <U8glib.h>

+ 1
- 1
buildroot/share/vscode/auto_build.py 查看文件

18
 # GNU General Public License for more details.
18
 # GNU General Public License for more details.
19
 #
19
 #
20
 # You should have received a copy of the GNU General Public License
20
 # You should have received a copy of the GNU General Public License
21
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
21
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
22
 #
22
 #
23
 #######################################
23
 #######################################
24
 
24
 

正在加载...
取消
保存