Skip to content

Commit

Permalink
code sanitization
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaus K Wilting authored and Klaus K Wilting committed Oct 4, 2018
1 parent a5797ad commit d587a8b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/irqhandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@

#include "globals.h"
#include "cyclic.h"
#include "button.h"
#include "display.h"
#include "senddata.h"

void irqHandler(void *pvParameters);
void IRAM_ATTR ChannelSwitchIRQ();
void IRAM_ATTR homeCycleIRQ();
void IRAM_ATTR SendCycleIRQ();

#ifdef HAS_DISPLAY
#include "display.h"
void IRAM_ATTR DisplayIRQ();
#endif

#ifdef HAS_BUTTON
#include "button.h"
void IRAM_ATTR ButtonIRQ();
#endif

Expand Down

0 comments on commit d587a8b

Please sign in to comment.