mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add flash.c and all stubs for common functions
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#include "usb.h"
|
||||
|
||||
#define printu(x) do{USB_sendstr(u2str(x));}while(0)
|
||||
#define printi(x) do{USB_sendstr(i2str(x));}while(0)
|
||||
#define printuhex(x) do{USB_sendstr(uhex2str(x));}while(0)
|
||||
|
||||
extern uint8_t ShowMsgs; // show CAN messages flag
|
||||
|
||||
Reference in New Issue
Block a user