Skip to content

Commit e16467d

Browse files
committed
clean up some include files
1 parent 69b6674 commit e16467d

File tree

35 files changed

+10
-141
lines changed

35 files changed

+10
-141
lines changed

ports/atmel-samd/common-hal/rtc/RTC.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
#ifndef MICROPY_INCLUDED_ATMEL_SAMD_COMMON_HAL_RTC_RTC_H
10-
#define MICROPY_INCLUDED_ATMEL_SAMD_COMMON_HAL_RTC_RTC_H
11-
12-
#endif // MICROPY_INCLUDED_ATMEL_SAMD_COMMON_HAL_RTC_RTC_H

ports/cxd56/common-hal/rtc/RTC.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
#ifndef MICROPY_INCLUDED_CXD56_COMMON_HAL_RTC_RTC_H
10-
#define MICROPY_INCLUDED_CXD56_COMMON_HAL_RTC_RTC_H
11-
12-
#endif // MICROPY_INCLUDED_CXD56_COMMON_HAL_RTC_RTC_H

ports/nordic/common-hal/watchdog/__init__.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
#ifndef MICROPY_INCLUDED_NRF_COMMON_HAL_WATCHDOG___INIT___H
10-
#define MICROPY_INCLUDED_NRF_COMMON_HAL_WATCHDOG___INIT___H
11-
12-
#endif // MICROPY_INCLUDED_NRF_COMMON_HAL_WATCHDOG___INIT___H

ports/raspberrypi/common-hal/i2ctarget/I2CTarget.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
#pragma once
88

9-
#ifndef MICROPY_INCLUDED_RPI_COMMON_HAL_I2C_TARGET_H
10-
#define MICROPY_INCLUDED_RPI_COMMON_HAL_I2C_TARGET_H
11-
129
#include "py/obj.h"
1310
#include "common-hal/microcontroller/Pin.h"
1411
#include "src/rp2_common/hardware_i2c/include/hardware/i2c.h"
@@ -24,5 +21,3 @@ typedef struct {
2421
uint8_t scl_pin;
2522
uint8_t sda_pin;
2623
} i2ctarget_i2c_target_obj_t;
27-
28-
#endif MICROPY_INCLUDED_RPI_COMMON_HAL_BUSIO_I2C_TARGET_H

shared-bindings/__future__/__init__.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
#ifndef MICROPY_INCLUDED_SHARED_BINDINGS___FUTURE_____INIT___H
10-
#define MICROPY_INCLUDED_SHARED_BINDINGS___FUTURE_____INIT___H
11-
12-
#endif // MICROPY_INCLUDED_SHARED_BINDINGS___FUTURE_____INIT___H

shared-bindings/_pixelmap/__init__.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
#ifndef CP_SHARED_BINDINGS_PIXELBUF_INIT_H
10-
#define CP_SHARED_BINDINGS_PIXELBUF_INIT_H
11-
12-
#endif // CP_SHARED_BINDINGS_PIXELBUF_INIT_H

shared-bindings/adafruit_bus_device/__init__.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
// Nothing now.

shared-bindings/adafruit_pixelbuf/__init__.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
#ifndef CP_SHARED_BINDINGS_PIXELBUF_INIT_H
10-
#define CP_SHARED_BINDINGS_PIXELBUF_INIT_H
11-
12-
#endif // CP_SHARED_BINDINGS_PIXELBUF_INIT_H

shared-bindings/analogbufio/__init__.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
#include "py/obj.h"
10-
11-
// Nothing now.

shared-bindings/analogio/__init__.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@
55
// SPDX-License-Identifier: MIT
66

77
#pragma once
8-
9-
#include "py/obj.h"
10-
11-
// Nothing now.

0 commit comments

Comments
 (0)