Skip to content

Commit 571a119

Browse files
committed
Add #pragma once to header files
1 parent 3bb7f14 commit 571a119

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

ports/raspberrypi/boards/wiznet_w5500_evb_pico2/mpconfigboard.h

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

7+
#pragma once
8+
79
#define MICROPY_HW_BOARD_NAME "W5500-EVB-Pico2"
810
#define MICROPY_HW_MCU_NAME "rp2350a"
911

ports/raspberrypi/boards/wiznet_w5500_evb_pico2/pico-sdk-configboard.h

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

7+
#pragma once
8+
79
// Put board-specific pico-sdk definitions here. This file must exist.

0 commit comments

Comments
 (0)