mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
fixed some bugs in canUART for F103, add some features to usbcan_ringbuffer for F0
This commit is contained in:
@@ -68,7 +68,7 @@ int main(void){
|
||||
USB_sendstr(" #");
|
||||
printuhex(can_mesg->ID);
|
||||
for(uint8_t ctr = 0; ctr < len; ++ctr){
|
||||
USB_putbyte('\n');
|
||||
USB_putbyte(' ');
|
||||
printuhex(can_mesg->data[ctr]);
|
||||
}
|
||||
USB_putbyte('\n');
|
||||
|
||||
Reference in New Issue
Block a user