diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-10-25 15:03:22 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@chickadee.tech> | 2016-10-25 15:03:22 -0700 |
| commit | fff96a0ce62a636a9e0a577b575b78ebdf5d572b (patch) | |
| tree | eac476bb6176a07855124a4956ffb97d1e9473ad | |
| parent | 16584dfee6ec09a6318523be59fbf5e0f5556d3a (diff) | |
atmel-samd: Fix include guard.
| -rw-r--r-- | atmel-samd/boards/arduino_zero/pins.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/atmel-samd/boards/arduino_zero/pins.h b/atmel-samd/boards/arduino_zero/pins.h index 7856557e9..3964e089e 100644 --- a/atmel-samd/boards/arduino_zero/pins.h +++ b/atmel-samd/boards/arduino_zero/pins.h @@ -1,6 +1,6 @@ -#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__ -#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__ +#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_ARDUINO_ZERO_PINS_H__ +#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_ARDUINO_ZERO_PINS_H__ #include "modmachine_pin.h" @@ -25,4 +25,4 @@ extern const pin_obj_t pin_PA16; extern const pin_obj_t pin_PA19; extern const pin_obj_t pin_PA17; -#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__ +#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_ARDUINO_ZERO_PINS_H__ |
