Code style fixes: cc2530dk
This commit is contained in:
parent
380ee3bae9
commit
351a4d39b9
8 changed files with 36 additions and 37 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
void usb_serial_init(void);
|
||||
void usb_serial_writeb(uint8_t);
|
||||
void usb_serial_set_input(int (*input)(unsigned char c));
|
||||
void usb_serial_set_input(int (* input)(unsigned char c));
|
||||
|
||||
#if USB_SERIAL_CONF_BUFFERED
|
||||
void usb_serial_flush(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue