We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38ab2af + a0ccfbd commit 140db83Copy full SHA for 140db83
variants/OPTA/pins_arduino.h
@@ -149,13 +149,11 @@ static const uint8_t SCK = PIN_SPI_SCK;
149
#define _BOARD_VENDORID 0x2341
150
#define _BOARD_PRODUCTID 0x0264
151
152
-#ifndef FIRST_PROGRAMMING
153
uint16_t _getVid_();
154
uint16_t _getPid_();
155
156
// Retrieve (Arduino OUI) Ethernet MAC Address from QSPIF OTP
157
uint8_t _getSecureEthMac_(uint8_t *);
158
-#endif
159
160
#define BOARD_NAME "Arduino Opta"
161
0 commit comments