Browse Source

Tweak HAL heading

Scott Lahteine 6 years ago
parent
commit
a9861a780e
2 changed files with 0 additions and 14 deletions
  1. 0
    7
      Marlin/src/HAL/HAL_AVR/HAL.cpp
  2. 0
    7
      Marlin/src/HAL/HAL_AVR/HAL.h

+ 0
- 7
Marlin/src/HAL/HAL_AVR/HAL.cpp View File

@@ -20,13 +20,6 @@
20 20
 
21 21
 ****************************************************************************/
22 22
 
23
-/**
24
- * Description: HAL for AVR
25
- *
26
- * For __AVR__
27
- */
28
-
29
-
30 23
 #ifdef __AVR__
31 24
 
32 25
 // --------------------------------------------------------------------------

+ 0
- 7
Marlin/src/HAL/HAL_AVR/HAL.h View File

@@ -19,13 +19,6 @@
19 19
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
20 20
 ****************************************************************************/
21 21
 
22
-/**
23
- * Description: HAL for AVR
24
- *
25
- * For __AVR__
26
- */
27
-
28
-
29 22
 #ifndef _HAL_AVR_H_
30 23
 #define _HAL_AVR_H_
31 24
 

Loading…
Cancel
Save