removed old typedef

This commit is contained in:
Erik Frojdh
2019-04-05 10:14:41 +02:00
parent 951d4d6091
commit f11db00aef
10 changed files with 0 additions and 55 deletions

View File

@ -21,11 +21,6 @@
#include "ansi.h"
typedef double double32_t;
typedef float float32_t;
typedef int int32_t;
/** default ports */
#define DEFAULT_PORTNO 1952
#define DEFAULT_UDP_PORTNO 50001