Skip to content

Commit 80537e5

Browse files
committed
change(board-support) fix formatting, correct USB VID/PID to match our own product
1 parent bd06bb0 commit 80537e5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

variants/aslcanx2/pins_arduino.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
#include <stdint.h>
55
#include "soc/soc_caps.h"
66

7-
#define USB_VID 0x303a
8-
#define USB_PID 0x1001
7+
#define USB_VID 0x16D0
8+
#define USB_PID 0x07F2
99

1010
static const uint8_t LED_BUILTIN = 2;
11-
#define BUILTIN_LED LED_BUILTIN // backward compatibility
11+
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1212
#define LED_BUILTIN LED_BUILTIN
1313

1414
static const uint8_t CAN1_RX = 6;
1515
static const uint8_t CAN1_TX = 7;
1616

17-
static const uint8_t SS = -1;
18-
static const uint8_t CS = 10;
17+
static const uint8_t SS = -1;
18+
static const uint8_t CS = 10;
1919
static const uint8_t MOSI = 11;
2020
static const uint8_t MISO = 13;
21-
static const uint8_t SCK = 12;
21+
static const uint8_t SCK = 12;
2222

2323

2424
static const uint8_t TX = 43;

0 commit comments

Comments
 (0)