mirror of
https://github.com/espressif/openthread.git
synced 2026-08-14 22:57:46 +00:00
[nRF52840] remove __aeabi_assert definition from platform (#2321)
This commit is contained in:
committed by
Jonathan Hui
parent
2dfd1eb2ae
commit
4b02d8e2ee
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user