Skip to content

Commit fff96a0

Browse files
committed
atmel-samd: Fix include guard.
1 parent 16584df commit fff96a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • atmel-samd/boards/arduino_zero

atmel-samd/boards/arduino_zero/pins.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
3-
#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
2+
#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_ARDUINO_ZERO_PINS_H__
3+
#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_ARDUINO_ZERO_PINS_H__
44

55
#include "modmachine_pin.h"
66

@@ -25,4 +25,4 @@ extern const pin_obj_t pin_PA16;
2525
extern const pin_obj_t pin_PA19;
2626
extern const pin_obj_t pin_PA17;
2727

28-
#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
28+
#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_ARDUINO_ZERO_PINS_H__

0 commit comments

Comments
 (0)