cc2531: USB changes:

- usb cdc-acm:
  * implement get line coding
  * use printf only when debugging
  * Add events

- usb-core: do not force debugging

See Pull Request #18
This commit is contained in:
Philippe Rétornaz 2012-08-17 15:56:59 +02:00 committed by George Oikonomou
parent c1d72475d7
commit 0a6e65acdf
3 changed files with 82 additions and 15 deletions

View file

@ -8,7 +8,6 @@
#include <stdio.h>
#define DEBUG
#ifdef DEBUG
#define PRINTF(...) printf(__VA_ARGS__)
#else