Browse Source

Tweak Marlin headers, comments

Scott Lahteine 5 years ago
parent
commit
2b5046659a

+ 21
- 21
Marlin/src/HAL/HAL_AVR/HAL.cpp View File

@@ -1,24 +1,24 @@
1
-/* **************************************************************************
2
-
3
- Marlin 3D Printer Firmware
4
- Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
5
-
6
- Copyright (c) 2016 Bob Cousins bobcousins42@googlemail.com
7
-
8
- This program is free software: you can redistribute it and/or modify
9
- it under the terms of the GNU General Public License as published by
10
- the Free Software Foundation, either version 3 of the License, or
11
- (at your option) any later version.
12
-
13
- This program is distributed in the hope that it will be useful,
14
- but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
- GNU General Public License for more details.
17
-
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/>.
20
-
21
-****************************************************************************/
1
+/**
2
+ * Marlin 3D Printer Firmware
3
+ * Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
+ *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU General Public License for more details.
17
+ *
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/>.
20
+ *
21
+ */
22 22
 
23 23
 #ifdef __AVR__
24 24
 

+ 1
- 1
Marlin/src/HAL/HAL_STM32/pinsDebug.h View File

@@ -1 +1 @@
1
-#error "Debug pins is not yet supported for STM32!"
1
+#error "PINS_DEBUGGING is not yet supported for STM32!"

+ 21
- 0
Marlin/src/HAL/HAL_TEENSY31_32/HAL_Servo_Teensy.cpp View File

@@ -1,3 +1,24 @@
1
+/**
2
+ * Marlin 3D Printer Firmware
3
+ * Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
+ *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU General Public License for more details.
17
+ *
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/>.
20
+ *
21
+ */
1 22
 #ifdef __MK20DX256__
2 23
 
3 24
 #include "../../inc/MarlinConfig.h"

+ 0
- 1
Marlin/src/HAL/HAL_TEENSY31_32/HAL_timers_Teensy.cpp View File

@@ -20,7 +20,6 @@
20 20
  *
21 21
  */
22 22
 
23
-
24 23
 /**
25 24
  * Teensy3.2 __MK20DX256__
26 25
  */

+ 21
- 20
Marlin/src/HAL/HAL_TEENSY31_32/HAL_timers_Teensy.h View File

@@ -1,23 +1,24 @@
1
-/* **************************************************************************
2
-
3
- Marlin 3D Printer Firmware
4
- Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
5
- Copyright (c) 2016 Bob Cousins bobcousins42@googlemail.com
6
- Copyright (c) 2015-2016 Nico Tonnhofer wurstnase.reprap@gmail.com
7
-
8
- This program is free software: you can redistribute it and/or modify
9
- it under the terms of the GNU General Public License as published by
10
- the Free Software Foundation, either version 3 of the License, or
11
- (at your option) any later version.
12
-
13
- This program is distributed in the hope that it will be useful,
14
- but WITHOUT ANY WARRANTY; without even the implied warranty of
15
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
- GNU General Public License for more details.
17
-
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/>.
20
-****************************************************************************/
1
+/**
2
+ * Marlin 3D Printer Firmware
3
+ * Copyright (C) 2019 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
+ *
5
+ * Based on Sprinter and grbl.
6
+ * Copyright (C) 2011 Camiel Gubbels / Erik van der Zalm
7
+ *
8
+ * This program is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
+ * GNU General Public License for more details.
17
+ *
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/>.
20
+ *
21
+ */
21 22
 
22 23
 /**
23 24
  * Description: HAL for

+ 1
- 1
Marlin/src/HAL/HAL_TEENSY31_32/pinsDebug.h View File

@@ -1 +1 @@
1
-#error "Debug pins is not supported on the Teensy 3.1 / 3.2 Platform!"
1
+#error "PINS_DEBUGGING is not yet supported for Teensy 3.1 / 3.2!"

Loading…
Cancel
Save