fix adc compile errors when HAVE_DMA is not true.

remove reference to brione_lcd.h
turn off DEBUG messages.
This commit is contained in:
anthony-a 2010-04-10 19:59:37 +00:00
parent 2e5d97366a
commit 3de90a9671
3 changed files with 6 additions and 4 deletions

View file

@ -23,7 +23,7 @@
#include "net/rime/packetbuf.h"
#include "net/rime/rimestats.h"
#define DEBUG 1
#define DEBUG 0
#if DEBUG
#define PRINTF(...) printf(__VA_ARGS__)
#else