Patch the SDK to fix missing __get_IPSR symbol

It's dead code but...
This commit is contained in:
David Goodlad 2019-04-24 09:27:32 +10:00
parent cf8f8ebdb2
commit 57db27770b

View file

@ -1,7 +1,6 @@
#include "cmsis_os.h"
#include "diag.h"
#include "rtl8195a.h"
#define CMSIS_OS_ERR(fmt, args...) DBG_8195A("\n\r%s: " fmt, __FUNCTION__, ## args)