Skip to content

Commit

Permalink
Prevent warning about statement with no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
Cat-Ion committed Nov 17, 2020
1 parent 2e18cde commit 42727c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eez/system.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ extern volatile uint32_t g_tickCount;

#else

#define WATCHDOG_RESET(...) 0
#define WATCHDOG_RESET(...) (void)0

#endif

Expand Down

0 comments on commit 42727c9

Please sign in to comment.