diff options
Diffstat (limited to 'teensy/mk20dx256_prefix.c')
-rw-r--r-- | teensy/mk20dx256_prefix.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/teensy/mk20dx256_prefix.c b/teensy/mk20dx256_prefix.c index 048b64316a..d8e7480b58 100644 --- a/teensy/mk20dx256_prefix.c +++ b/teensy/mk20dx256_prefix.c @@ -1,15 +1,10 @@ // stm32fxx-prefix.c becomes the initial portion of the generated pins file. #include <stdio.h> -#include <stdint.h> #include <mk20dx128.h> +#include "py/obj.h" #include "teensy_hal.h" - -#include "mpconfig.h" -#include "misc.h" -#include "qstr.h" -#include "obj.h" #include "pin.h" #define AF(af_idx, af_fn, af_unit, af_type, af_ptr) \ |