#ifndef INCLUDES_PRESENT #define INCLUDES_PRESENT #define DATA_RAM(x) __attribute__ ((section("x"))); /* ********************************************************************************************************* * STANDARD LIBRARIES ********************************************************************************************************* */ #include #include #include #include /* ********************************************************************************************************* * LIBRARIES ********************************************************************************************************* */ /* ********************************************************************************************************* * APP / BSP ********************************************************************************************************* */ #include "delay.h" /* ********************************************************************************************************* * OS ********************************************************************************************************* */ #include /* ********************************************************************************************************* * ST ********************************************************************************************************* */ #include "gd32f30x.h" #include "gd32f30x_enet.h" #include "hd_eth.h" /* ********************************************************************************************************* * INCLUDES END ********************************************************************************************************* */ #endif