/*! \file main.h \brief the header file of main */ /* Copyright (C) 2017 GigaDevice 2017-07-28, V1.0.0, demo for GD32F30x */ #ifndef MAIN_H #define MAIN_H #define USE_DHCP #include "gd32f30x.h" #include "stdint.h" #include "hd_eth.h" #include "FreeRTOS.h" #include "task.h" //SemaphoreHandle_t logMutex; extern char gatewayId[11]; #endif /* MAIN_H */