Temporary fix for RNDIS enumeration before the mac address is set up.

(Turn on RS232 debug to bypass the enumeration wait and let the mac address get set first)
This commit is contained in:
dak664 2011-03-27 14:21:47 -04:00
parent 4ba4d55e34
commit 4e8b4e408c

View File

@ -185,7 +185,7 @@ extern void mac_log_802_15_4_rx(const uint8_t* buffer, size_t total_len);
* The tx pad is the middle one behind the jackdaw leds.
* RS232 output will work with or without enabling the USB serial port
*/
#define USB_CONF_RS232 0
#define USB_CONF_RS232 1
/* Disable mass storage enumeration for more program space */
//#define USB_CONF_STORAGE 1 /* TODO: Mass storage is currently broken */