code sanitization
This commit is contained in:
parent
a5797ad8c4
commit
d587a8b874
@ -8,18 +8,20 @@
|
|||||||
|
|
||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
#include "cyclic.h"
|
#include "cyclic.h"
|
||||||
#include "button.h"
|
|
||||||
#include "display.h"
|
|
||||||
#include "senddata.h"
|
#include "senddata.h"
|
||||||
|
|
||||||
void irqHandler(void *pvParameters);
|
void irqHandler(void *pvParameters);
|
||||||
void IRAM_ATTR ChannelSwitchIRQ();
|
void IRAM_ATTR ChannelSwitchIRQ();
|
||||||
void IRAM_ATTR homeCycleIRQ();
|
void IRAM_ATTR homeCycleIRQ();
|
||||||
void IRAM_ATTR SendCycleIRQ();
|
void IRAM_ATTR SendCycleIRQ();
|
||||||
|
|
||||||
#ifdef HAS_DISPLAY
|
#ifdef HAS_DISPLAY
|
||||||
|
#include "display.h"
|
||||||
void IRAM_ATTR DisplayIRQ();
|
void IRAM_ATTR DisplayIRQ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAS_BUTTON
|
#ifdef HAS_BUTTON
|
||||||
|
#include "button.h"
|
||||||
void IRAM_ATTR ButtonIRQ();
|
void IRAM_ATTR ButtonIRQ();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user