Skip to content
Snippets Groups Projects
Commit 993f4345 authored by Tom Collins's avatar Tom Collins Committed by Damien George
Browse files

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

parent eb56efb4
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
#define __USBD_CONF_H
/* Includes ------------------------------------------------------------------*/
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment