File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
ports/raspberrypi/boards/pimoroni_plasma2350 Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
// This file is part of the CircuitPython project: https://circuitpython.org
2
2
//
3
- // SPDX-FileCopyrightText: Copyright (c) 2021 Scott Shawcroft for Adafruit Industries
3
+ // SPDX-FileCopyrightText: Copyright (c) 2024 Scott Shawcroft for Adafruit Industries
4
4
//
5
5
// SPDX-License-Identifier: MIT
6
6
Original file line number Diff line number Diff line change 1
1
// This file is part of the CircuitPython project: https://circuitpython.org
2
2
//
3
- // SPDX-FileCopyrightText: Copyright (c) 2021 Scott Shawcroft for Adafruit Industries
3
+ // SPDX-FileCopyrightText: Copyright (c) 2024 Scott Shawcroft for Adafruit Industries
4
4
//
5
5
// SPDX-License-Identifier: MIT
6
6
7
+ #pragma once
8
+
7
9
// Put board-specific pico-sdk definitions here. This file must exist.
10
+
11
+ // Allow extra time for xosc to start.
12
+ #define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 64
You can’t perform that action at this time.
0 commit comments