Remove extra pragmas

This commit is contained in:
Scott Lahteine
2019-07-30 20:19:34 -05:00
parent 202d3ab3c9
commit c2b319360d
12 changed files with 0 additions and 21 deletions

View File

@ -26,8 +26,6 @@
* Teensy3.2 (__MK20DX256__)
*/
#pragma once
#include <stdint.h>
// ------------------------

View File

@ -35,8 +35,6 @@
* (Located in Marlin/buildroot/share/pin_interrupt_test/pin_interrupt_test.ino)
*/
#pragma once
#include "../../module/endstops.h"
// One ISR for all EXT-Interrupts

View File

@ -27,8 +27,6 @@
* Contributed by Triffid_Hunter and modified by Kliment, thinkyhead, Bob-the-Kuhn, et.al.
*/
#pragma once
#ifndef MASK
#define MASK(PIN) (1 << PIN)
#endif