Browse Source

Fix custom_crash_callback declaration for Arduino IDE 1.8.6 (#1169)

pull/1180/head
Xose Pérez 5 years ago
parent
commit
69412f65dd
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      code/espurna/config/prototypes.h

+ 3
- 0
code/espurna/config/prototypes.h View File

@ -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


Loading…
Cancel
Save