fixex formatting

This commit is contained in:
Markus Fröschle
2013-12-30 12:19:42 +00:00
parent 5a30b0f61c
commit 0a80ff93a0
3 changed files with 19 additions and 11 deletions

View File

@@ -11,12 +11,12 @@
#include "net.h"
#include <stddef.h>
#define UDP_DEBUG
#if defined(UDP_DEBUG)
#define DBG_UDP
#if defined(DBG_UDP)
#define dbg(format, arg...) do { xprintf("DEBUG: " format "\r\n", ##arg); } while (0)
#else
#define dbg(format, arg...) do { ; } while (0)
#endif
#endif /* DBG_UDP */
typedef struct
{