diff --git a/code/espurna/config/prototypes.h b/code/espurna/config/prototypes.h index fc34a11d..4cc80db9 100644 --- a/code/espurna/config/prototypes.h +++ b/code/espurna/config/prototypes.h @@ -31,6 +31,9 @@ extern "C" { // ----------------------------------------------------------------------------- void debugSend(const char * format, ...); void debugSend_P(PGM_P format, ...); +extern "C" { + void custom_crash_callback(struct rst_info*, uint32_t, uint32_t); +} // ----------------------------------------------------------------------------- // Domoticz