Fix some AVR HAL code style
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
* Marlin 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
||||
*/
|
||||
|
||||
#ifndef _FASTIO_644
|
||||
#define _FASTIO_644
|
||||
#ifndef _FASTIO_644_H_
|
||||
#define _FASTIO_644_H_
|
||||
|
||||
#include "fastio_AVR.h"
|
||||
|
||||
@@ -528,4 +528,4 @@
|
||||
#define PD7_DDR DDRD
|
||||
#define PD7_PWM OCR2A
|
||||
|
||||
#endif // _FASTIO_644
|
||||
#endif // _FASTIO_644_H_
|
||||
|
||||
Reference in New Issue
Block a user