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:
parent
c1d72475d7
commit
0a6e65acdf
3 changed files with 82 additions and 15 deletions
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#define DEBUG
|
||||
#ifdef DEBUG
|
||||
#define PRINTF(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue