hotfix usb stack

This commit is contained in:
aanper 2020-10-16 09:45:38 +03:00
parent 05ef19b07a
commit 571f97e2b3

View File

@ -92,10 +92,10 @@
/* Memory management macros */
/** Alias for memory allocation. */
#define USBD_malloc malloc
#define USBD_malloc USBD_static_malloc
/** Alias for memory release. */
#define USBD_free free
#define USBD_free USBD_static_free
/** Alias for memory set. */
#define USBD_memset memset