Browse Source

Middleware should not depend on application code

makefile_for_cmsis
heck 2 years ago
parent
commit
34c7175bc0
  1. 2
      USB_DEVICE/Target/usbd_conf.h

2
USB_DEVICE/Target/usbd_conf.h

@ -30,7 +30,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "main.h"
//#include "main.h"
#include "stm32f4xx.h"
#include "stm32f4xx_hal.h"

Loading…
Cancel
Save