fix main.c under projects

This commit is contained in:
Takashi Kojo
2018-01-18 07:00:51 +09:00
parent e4093a56f5
commit c7ce6ce772
6 changed files with 17 additions and 72 deletions

View File

@@ -29,7 +29,6 @@
#include "rl_net.h" /* Network definitions */
#include <time.h>
#ifdef WOLFSSL_STM32_CUBEMX
#if defined(STM32F7xx)
#include "stm32f7xx_hal.h"
#elif defined(STM32F4xx)
@@ -37,7 +36,6 @@
#elif defined(STM32F2xx)
#include "stm32f2xx_hal.h"
#endif
#endif
//-------- <<< Use Configuration Wizard in Context Menu >>> -----------------