Skip to content
Snippets Groups Projects
Commit 3e4442f5 authored by Thibaut VIARD's avatar Thibaut VIARD
Browse files

Fix USB PID for Zero

parent b3398c81
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ extern const PinDescription g_APinDescription[] ;
#define USB_PID_LEONARDO 0x0034
#define USB_PID_MICRO 0x0035
#define USB_PID_DUE 0x003E
#define USB_PID_DUE 0x004D
#define USB_PID_ZERO 0x004D
#include "USB/USBDesc.h"
#include "USB/USBCore.h"
#include "USB/USBAPI.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment