removed dangling #ifdef __cplusplus (#1941)

This commit is contained in:
Stanislav Rubint 2024-09-28 06:52:39 +02:00 committed by GitHub
parent 66335f1dc7
commit 20cf7119f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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