Skip to content

Addition (3rd_party_board): Add board support for Autosport Labs ESP32-CAN-X2 development board #9683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update variants/aslcanx2/pins_arduino.h
Co-authored-by: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com>
  • Loading branch information
brentpicasso and lucasssvaz authored May 28, 2024
commit fdc300a68c0f5137cec0a56b89b3d5a24083d704
2 changes: 1 addition & 1 deletion variants/aslcanx2/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define USB_PID 0x07F2

static const uint8_t LED_BUILTIN = 2;
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define BUILTIN_LED LED_BUILTIN // backward compatibility
#define LED_BUILTIN LED_BUILTIN

static const uint8_t CAN1_RX = 6;
Expand Down