Browse Source

Fix pwm reference on arduino IDE

i18n
Xose Pérez 6 years ago
parent
commit
5c15f7fd1d
1 changed files with 1 additions and 1 deletions
  1. +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>


Loading…
Cancel
Save