nrf5/drivers/pwm: Including mphal.h before config guard in pwm.c.

This commit is contained in:
Glenn Ruben Bakke 2017-05-08 22:01:47 +02:00
parent cf1c6939ea
commit 24e902aa8f
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* THE SOFTWARE.
*/
#include "py/mphal.h"
#if MICROPY_PY_MACHINE_SOFT_PWM
#include "stddef.h"