Browse Source

General cleanup

Scott Lahteine 4 years ago
parent
commit
e27f031a55

+ 1
- 1
Marlin/src/HAL/AVR/eeprom.cpp View File

@@ -55,7 +55,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
55 55
     crc16(crc, &v, 1);
56 56
     pos++;
57 57
     value++;
58
-  };
58
+  }
59 59
   return false;
60 60
 }
61 61
 

+ 1
- 1
Marlin/src/HAL/DUE/eeprom_flash.cpp View File

@@ -993,7 +993,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
993 993
     crc16(crc, &v, 1);
994 994
     pos++;
995 995
     value++;
996
-  };
996
+  }
997 997
   return false;
998 998
 }
999 999
 

+ 1
- 1
Marlin/src/HAL/DUE/eeprom_wired.cpp View File

@@ -58,7 +58,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
58 58
     crc16(crc, &v, 1);
59 59
     pos++;
60 60
     value++;
61
-  };
61
+  }
62 62
   return false;
63 63
 }
64 64
 

+ 1
- 1
Marlin/src/HAL/STM32F1/eeprom_wired.cpp View File

@@ -68,7 +68,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
68 68
     crc16(crc, &v, 1);
69 69
     pos++;
70 70
     value++;
71
-  };
71
+  }
72 72
   return false;
73 73
 }
74 74
 

+ 1
- 1
Marlin/src/HAL/STM32_F4_F7/eeprom_flash.cpp View File

@@ -92,7 +92,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
92 92
     crc16(crc, &v, 1);
93 93
     pos++;
94 94
     value++;
95
-  };
95
+  }
96 96
   return false;
97 97
 }
98 98
 

+ 1
- 1
Marlin/src/HAL/STM32_F4_F7/eeprom_wired.cpp View File

@@ -58,7 +58,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
58 58
     crc16(crc, &v, 1);
59 59
     pos++;
60 60
     value++;
61
-  };
61
+  }
62 62
   return false;
63 63
 }
64 64
 

+ 1
- 1
Marlin/src/HAL/TEENSY31_32/eeprom.cpp View File

@@ -54,7 +54,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
54 54
     crc16(crc, &v, 1);
55 55
     pos++;
56 56
     value++;
57
-  };
57
+  }
58 58
   return false;
59 59
 }
60 60
 

+ 1
- 1
Marlin/src/HAL/TEENSY35_36/eeprom.cpp View File

@@ -58,7 +58,7 @@ bool PersistentStore::write_data(int &pos, const uint8_t *value, size_t size, ui
58 58
     crc16(crc, &v, 1);
59 59
     pos++;
60 60
     value++;
61
-  };
61
+  }
62 62
   return false;
63 63
 }
64 64
 

+ 1
- 1
Marlin/src/core/millis_t.h View File

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 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
 #pragma once

+ 1
- 1
Marlin/src/inc/Conditionals_adv.h View File

@@ -208,7 +208,7 @@
208 208
   #endif
209 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 212
   #define LED_CONTROL_MENU
213 213
   #define LED_USER_PRESET_STARTUP
214 214
   #define LED_COLOR_PRESETS

+ 1
- 1
buildroot/bin/generate_version View File

@@ -63,7 +63,7 @@ cat > "${DIR}/Version.h" <<EOF
63 63
  * GNU General Public License for more details.
64 64
  *
65 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 69
 #pragma once

+ 1
- 1
buildroot/share/PlatformIO/scripts/common-features-dependencies.h View File

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 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
 #pragma once

+ 1
- 1
buildroot/share/extras/header.h View File

@@ -16,7 +16,7 @@
16 16
  * GNU General Public License for more details.
17 17
  *
18 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 View File

@@ -16,7 +16,7 @@ http://creativecommons.org/publicdomain/zero/1.0/
16 16
  - ISO10646_Kana.fon ([fe2bd23](https://github.com/MarlinFirmware/Marlin/commit/fe2bd237d556439499dfdee852c1550c7a16430a))
17 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 22
 ## Documentation

+ 1
- 1
buildroot/share/fonts/genallfont.sh View File

@@ -116,7 +116,7 @@ if [ 1 = 1 ]; then
116 116
  * GNU General Public License for more details.
117 117
  *
118 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 122
 #include <U8glib.h>

+ 1
- 1
buildroot/share/vscode/auto_build.py View File

@@ -18,7 +18,7 @@
18 18
 # GNU General Public License for more details.
19 19
 #
20 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
 

Loading…
Cancel
Save