/*! \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 #include "gd32f30x.h" #include "stdint.h" #include "hd_eth.h" #include "FreeRTOS.h" //SemaphoreHandle_t logMutex; #endif /* MAIN_H */