mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
removed dangling #ifdef __cplusplus (#1941)
This commit is contained in:
parent
66335f1dc7
commit
20cf7119f4
1 changed files with 57 additions and 65 deletions
|
|
@ -14,7 +14,6 @@
|
|||
#ifndef _BOARDS_METROTECH_XERXES_RP2040_H
|
||||
#define _BOARDS_METROTECH_XERXES_RP2040_H
|
||||
|
||||
|
||||
#define USR_SW_PIN 18
|
||||
#define USR_BTN_PIN 24
|
||||
#define USR_LED_PIN 25
|
||||
|
|
@ -75,7 +74,6 @@
|
|||
1 << ADC0_PIN | 1 << ADC1_PIN | 1 << ADC2_PIN | 1 << ADC3_PIN | \
|
||||
1 << TMP0_PIN | 1 << TMP1_PIN
|
||||
|
||||
|
||||
// For board detection
|
||||
#define XERXES_RP2040
|
||||
|
||||
|
|
@ -142,7 +140,6 @@
|
|||
#define PICO_FLASH_SPI_CLKDIV __CLKDIV
|
||||
#endif // !PICO_FLASH_SPI_CLKDIV
|
||||
|
||||
|
||||
#ifndef PICO_XOSC_STARTUP_DELAY_MULTIPLIER
|
||||
#define PICO_XOSC_STARTUP_DELAY_MULTIPLIER 16
|
||||
#endif // !PICO_XOSC_STARTUP_DELAY_MULTIPLIER
|
||||
|
|
@ -162,9 +159,4 @@
|
|||
#define PICO_RP2040_B0_SUPPORTED 0
|
||||
#endif // !PICO_RP2040_B0_SUPPORTED
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif // __cplusplus
|
||||
|
||||
#endif // _BOARDS_METROTECH_XERXES_RP2040_H
|
||||
Loading…
Add table
Reference in a new issue