This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix compile typo
rules-rpn
Xose Pérez
5 years ago
parent
b74e02ea92
commit
504b45a852
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/pwm.c
+1
-1
code/espurna/sensors/ECH1560Sensor.h
+ 1
- 1
code/espurna/pwm.c
View File
@ -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
;
}
+ 1
- 1
code/espurna/sensors/ECH1560Sensor.h
View File
@ -127,7 +127,7 @@ class ECH1560Sensor : public BaseSensor {
void
ICACHE_RAM_ATTR
handleInterrupt
(
unsigned
char
gpio
)
{
UN
S
USED
(
gpio
)
;
UNUSED
(
gpio
)
;
/
/
if
we
are
trying
to
find
the
sync
-
time
(
CLK
goes
high
for
1
-
2
ms
)
if
(
_dosync
=
=
false
)
{
Write
Preview
Loading…
Cancel
Save