From 9fc11270bad712d5f34823ce721bc5db25ecd390 Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Sat, 21 Dec 2019 17:09:24 +0100 Subject: [PATCH] Fix Arduino IDE compile error Fix Arduino IDE compile error (#7277) --- tasmota/tasmota_post.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasmota/tasmota_post.h b/tasmota/tasmota_post.h index b095fdbf2..c54adfe82 100644 --- a/tasmota/tasmota_post.h +++ b/tasmota/tasmota_post.h @@ -21,7 +21,7 @@ #define _TASMOTA_POST_H_ /*********************************************************************************************\ - * Function declarations + * Function prototypes \*********************************************************************************************/ // Needed for core 2.3.0 compilation (#6721) @@ -39,6 +39,7 @@ void KNX_CB_Action(message_t const &msg, void *arg); //#endif // USE_KNX char* ToHex_P(const unsigned char * in, size_t insz, char * out, size_t outsz, char inbetween = '\0'); +extern "C" void custom_crash_callback(struct rst_info * rst_info, uint32_t stack, uint32_t stack_end); /*********************************************************************************************\ * Default global defines