9 lines
279 B
C
Executable file
9 lines
279 B
C
Executable file
// Copyright 2023 Ross Montsinger
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET
|
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_LED GP17
|
|
#define RP2040_BOOTLOADER_DOUBLE_TAP_RESET_TIMEOUT 1000U
|
|
#define RP2040_FLASH_GENERIC_03H
|