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 pwm reference on arduino IDE
i18n
Xose Pérez
6 years ago
parent
8eb1390118
commit
5c15f7fd1d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/pwm.c
+ 1
- 1
code/espurna/pwm.c
View File
@ -43,7 +43,7 @@
#
endif
#
include
<c_types.h>
#
include
<
libs/
pwm.h>
#
include
<pwm.h>
#
include
<eagle_soc.h>
#
include
<ets_sys.h>
Write
Preview
Loading…
Cancel
Save