ソースを参照

Tweak HAL header comments

Scott Lahteine 6年前
コミット
19d4c7c1cd
3個のファイルの変更39行の追加42行の削除
  1. 18
    20
      Marlin/src/HAL/HAL_AVR/HAL.h
  2. 0
    2
      Marlin/src/HAL/HAL_STM32F7/HAL.h
  3. 21
    20
      Marlin/src/HAL/HAL_TEENSY35_36/HAL.h

+ 18
- 20
Marlin/src/HAL/HAL_AVR/HAL.h ファイルの表示

@@ -1,23 +1,21 @@
1
-/* **************************************************************************
2
-
3
- Marlin 3D Printer Firmware
4
- Copyright (C) 2016 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
-****************************************************************************/
1
+/**
2
+ * Marlin 3D Printer Firmware
3
+ * Copyright (C) 2016 MarlinFirmware [https://github.com/MarlinFirmware/Marlin]
4
+ * Copyright (c) 2016 Bob Cousins bobcousins42@googlemail.com
5
+ *
6
+ * This program is free software: you can redistribute it and/or modify
7
+ * it under the terms of the GNU General Public License as published by
8
+ * the Free Software Foundation, either version 3 of the License, or
9
+ * (at your option) any later version.
10
+ *
11
+ * This program is distributed in the hope that it will be useful,
12
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
+ * GNU General Public License for more details.
15
+ *
16
+ * You should have received a copy of the GNU General Public License
17
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
+ */
21 19
 
22 20
 #ifndef _HAL_AVR_H_
23 21
 #define _HAL_AVR_H_

+ 0
- 2
Marlin/src/HAL/HAL_STM32F7/HAL.h ファイルの表示

@@ -21,8 +21,6 @@
21 21
  *
22 22
  */
23 23
 
24
-
25
-
26 24
 #ifndef _HAL_STM32F7_H
27 25
 #define _HAL_STM32F7_H
28 26
 

+ 21
- 20
Marlin/src/HAL/HAL_TEENSY35_36/HAL.h ファイルの表示

@@ -1,23 +1,24 @@
1
-/* **************************************************************************
2
-
3
- Marlin 3D Printer Firmware
4
- Copyright (C) 2016 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
+ *
4
+ * Copyright (C) 2016 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
+ *
21
+ */
21 22
 
22 23
 /**
23 24
  * Description: HAL for Teensy 3.5 and Teensy 3.6

読み込み中…
キャンセル
保存