stm32/usbd_conf.h: Add include of stdint.h to fix compilation issues.

This commit is contained in:
Tom Collins 2018-03-08 15:55:01 -08:00 committed by Damien George
parent eb56efb434
commit 993f4345c0

View File

@ -34,6 +34,7 @@
#define __USBD_CONF_H
/* Includes ------------------------------------------------------------------*/
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>