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

pull/3665/head
Tom Collins 2018-03-08 15:55:01 -08:00 zatwierdzone przez Damien George
rodzic eb56efb434
commit 993f4345c0
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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