mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-02-17 05:48:33 +00:00
Merge branch 'master' into gui-refactor
This commit is contained in:
commit
d80e22a6c6
1 changed files with 2 additions and 2 deletions
|
@ -92,10 +92,10 @@
|
||||||
/* Memory management macros */
|
/* Memory management macros */
|
||||||
|
|
||||||
/** Alias for memory allocation. */
|
/** Alias for memory allocation. */
|
||||||
#define USBD_malloc malloc
|
#define USBD_malloc USBD_static_malloc
|
||||||
|
|
||||||
/** Alias for memory release. */
|
/** Alias for memory release. */
|
||||||
#define USBD_free free
|
#define USBD_free USBD_static_free
|
||||||
|
|
||||||
/** Alias for memory set. */
|
/** Alias for memory set. */
|
||||||
#define USBD_memset memset
|
#define USBD_memset memset
|
||||||
|
|
Loading…
Add table
Reference in a new issue