Removed useless C99 compilation guard

This commit is contained in:
wiire-a 2017-10-09 23:47:59 +02:00
parent f424be2590
commit 4c25e2059d

View File

@ -21,10 +21,6 @@
#ifndef CONFIG_H
#define CONFIG_H
#if __STDC_VERSION__ < 199901L
# define inline static
#endif
#include <stdint.h>
typedef unsigned char uint8_t;