revert enable DUMP flag

This commit is contained in:
matthias.ringwald 2011-07-25 21:17:33 +00:00
parent e1d412164f
commit f13263b945

View File

@ -210,7 +210,7 @@ static void h4_register_packet_handler(void (*handler)(uint8_t packet_type, uint
packet_handler = handler;
}
#define DUMP
// #define DUMP
#ifdef DUMP
static void dump(uint8_t *data, uint16_t len){