Skip to content

Commit a0ccfbd

Browse files
committed
OPTA: restore _getVid_ _getPid_ function declaration
1 parent 38ab2af commit a0ccfbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

variants/OPTA/pins_arduino.h

-2
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,11 @@ static const uint8_t SCK = PIN_SPI_SCK;
149149
#define _BOARD_VENDORID 0x2341
150150
#define _BOARD_PRODUCTID 0x0264
151151

152-
#ifndef FIRST_PROGRAMMING
153152
uint16_t _getVid_();
154153
uint16_t _getPid_();
155154

156155
// Retrieve (Arduino OUI) Ethernet MAC Address from QSPIF OTP
157156
uint8_t _getSecureEthMac_(uint8_t *);
158-
#endif
159157

160158
#define BOARD_NAME "Arduino Opta"
161159

0 commit comments

Comments
 (0)