Skip to content

Commit

Permalink
Fix compile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xoseperez committed Mar 29, 2019
1 parent b74e02e commit 504b45a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/espurna/pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,5 +445,5 @@ get_pwm_version(void)
void ICACHE_FLASH_ATTR
set_pwm_debug_en(uint8_t print_en)
{
UNUSED(print_en);
(void) print_en;
}
2 changes: 1 addition & 1 deletion code/espurna/sensors/ECH1560Sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class ECH1560Sensor : public BaseSensor {

void ICACHE_RAM_ATTR handleInterrupt(unsigned char gpio) {

UNSUSED(gpio);
UNUSED(gpio);

// if we are trying to find the sync-time (CLK goes high for 1-2ms)
if (_dosync == false) {
Expand Down

0 comments on commit 504b45a

Please sign in to comment.