diff options
| author | Dave Hylands | 2015-07-28 08:36:26 -0700 |
|---|---|---|
| committer | Damien George | 2015-07-30 00:38:25 +0100 |
| commit | ea8bf8105812b36fbf1596a78c6e14aa0a0c5a36 (patch) | |
| tree | 6a8f4a024791052bf50a0328f994d311acd37b49 /stmhal/pendsv.c | |
| parent | f243851ccdbb686508f37a573e3ba46da5fffa0c (diff) | |
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Diffstat (limited to 'stmhal/pendsv.c')
| -rw-r--r-- | stmhal/pendsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/pendsv.c b/stmhal/pendsv.c index 5f5603f35..f374e06fd 100644 --- a/stmhal/pendsv.c +++ b/stmhal/pendsv.c @@ -25,7 +25,7 @@ */ #include <stdlib.h> -#include <stm32f4xx_hal.h> +#include STM32_HAL_H #include "py/mpstate.h" #include "py/runtime.h" |
