stm32/usbd_conf.h: Add include of stdint.h to fix compilation issues.
This commit is contained in:
parent
eb56efb434
commit
993f4345c0
|
@ -34,6 +34,7 @@
|
|||
#define __USBD_CONF_H
|
||||
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in New Issue