atmel-samd: Fix include guard.
This commit is contained in:
parent
16584dfee6
commit
fff96a0ce6
@ -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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user