[nRF52840] remove __aeabi_assert definition from platform (#2321)

This commit is contained in:
Robert Lubos
2017-11-06 08:58:20 -08:00
committed by Jonathan Hui
parent 2dfd1eb2ae
commit 4b02d8e2ee
-11
View File
@@ -94,14 +94,3 @@ __WEAK void PlatformEventSignalPending(void)
{
// Intentionally empty
}
#if defined(__CC_ARM)
__WEAK void __aeabi_assert(const char *aExpr, const char *aFile, int aLine)
{
(void) aExpr;
(void) aFile;
(void) aLine;
while (1);
}
#endif