File tree Expand file tree Collapse file tree
ports/raspberrypi/boards/pimoroni_plasma2350 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// This file is part of the CircuitPython project: https://circuitpython.org
22//
3- // SPDX-FileCopyrightText: Copyright (c) 2021 Scott Shawcroft for Adafruit Industries
3+ // SPDX-FileCopyrightText: Copyright (c) 2024 Scott Shawcroft for Adafruit Industries
44//
55// SPDX-License-Identifier: MIT
66
Original file line number Diff line number Diff line change 11// This file is part of the CircuitPython project: https://circuitpython.org
22//
3- // SPDX-FileCopyrightText: Copyright (c) 2021 Scott Shawcroft for Adafruit Industries
3+ // SPDX-FileCopyrightText: Copyright (c) 2024 Scott Shawcroft for Adafruit Industries
44//
55// SPDX-License-Identifier: MIT
66
7+ #pragma once
8+
79// 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