mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-23 08:45:22 +03:00
Attribute __real_system_restart_local()
as (noreturn)
(#7167)
* Attribute `__real_system_restart_local()` as `(noreturn)` * As well as `abort()`. * Aggragate two decls into `coredecls.h`.
This commit is contained in:
committed by
GitHub
parent
726df6967c
commit
631f66bd08
@ -193,9 +193,6 @@ bool EspClass::rtcUserMemoryWrite(uint32_t offset, uint32_t *data, size_t size)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
extern "C" void __real_system_restart_local();
|
||||
void EspClass::reset(void)
|
||||
{
|
||||
__real_system_restart_local();
|
||||
|
Reference in New Issue
Block a user