Skip to content

Commit

Permalink
Fix Arduino IDE compile error
Browse files Browse the repository at this point in the history
Fix Arduino IDE compile error (#7277)
  • Loading branch information
arendst committed Dec 21, 2019
1 parent f55e02e commit 9fc1127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasmota/tasmota_post.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define _TASMOTA_POST_H_

/*********************************************************************************************\
* Function declarations
* Function prototypes
\*********************************************************************************************/

// Needed for core 2.3.0 compilation (#6721)
Expand All @@ -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
Expand Down

0 comments on commit 9fc1127

Please sign in to comment.