Skip to content

Commit

Permalink
Remove compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
lbussy committed Jan 5, 2020
1 parent 7e19740 commit 7a2e4f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ SOFTWARE. */
// DRD_ADDRESS = Address to the block in the RTC user memory change it
// if it collides with another usage of the address block
//
#define DRD_TIMEOUT 2.0
#define DRD_TIMEOUT 3.0
#define DRD_ADDRESS 0x00

static bool doTarget = false; // Semaphore for Target timer
static bool doBF = false; // Semaphore for BF timer
static bool __attribute__((unused)) doTarget = false; // Semaphore for Target timer
static bool __attribute__((unused)) doBF = false; // Semaphore for BF timer

#endif // _MAIN_H

0 comments on commit 7a2e4f0

Please sign in to comment.