Fix gcc 10 link issues

- avoid linker error by providing string.[ch] in bootrom
This commit is contained in:
pwpiwi 2021-01-28 09:00:08 +01:00
commit ad326d84ad
6 changed files with 137 additions and 6 deletions

View file

@ -19,6 +19,8 @@
#include "BigBuf.h"
#include "apps.h"
#include "usb_cdc.h"
#include "util.h"
#ifdef WITH_SMARTCARD
#include "smartcard.h"