Free USB pids!
This commit is contained in:
parent
98e6c79d60
commit
779aa6d81f
|
@ -1,3 +1,11 @@
|
|||
/**
|
||||
* @file usb-cdc.c
|
||||
* Do not forget to take pid's when implement own USB device class
|
||||
*
|
||||
* https://github.com/espressif/usb-pids
|
||||
*
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <esp_log.h>
|
||||
#include <freertos/FreeRTOS.h>
|
||||
|
|
Loading…
Reference in New Issue