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:
parent
ff7cf37ccd
commit
9fecec8f57
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user