1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

fix debug handling

This commit is contained in:
Christian Mehlis 2013-10-10 17:06:14 +02:00
parent ff7cf37ccd
commit 9fecec8f57

View File

@ -25,10 +25,10 @@
#include "malloc.h"
#endif
#include "ringbuffer.h"
#define ENABLE_DEBUG (0)
#include "debug.h"
//#define DEBUG(...) printf (__VA_ARGS__)
#define DEBUG(...)
#include "ringbuffer.h"
void ringbuffer_init(ringbuffer_t *rb, char *buffer, unsigned int bufsize)
{