add flash.c and all stubs for common functions

This commit is contained in:
Edward Emelianov
2023-02-13 21:55:18 +03:00
parent 2ecd2d188e
commit 617daf62c7
13 changed files with 816 additions and 7 deletions

View File

@@ -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