Browse Source

Tweak HAL heading

pull/1/head
Scott Lahteine 6 years ago
parent
commit
a9861a780e
  1. 7
      Marlin/src/HAL/HAL_AVR/HAL.cpp
  2. 7
      Marlin/src/HAL/HAL_AVR/HAL.h

7
Marlin/src/HAL/HAL_AVR/HAL.cpp

@ -20,13 +20,6 @@
****************************************************************************/ ****************************************************************************/
/**
* Description: HAL for AVR
*
* For __AVR__
*/
#ifdef __AVR__ #ifdef __AVR__
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------

7
Marlin/src/HAL/HAL_AVR/HAL.h

@ -19,13 +19,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
****************************************************************************/ ****************************************************************************/
/**
* Description: HAL for AVR
*
* For __AVR__
*/
#ifndef _HAL_AVR_H_ #ifndef _HAL_AVR_H_
#define _HAL_AVR_H_ #define _HAL_AVR_H_

Loading…
Cancel
Save