diff options
Diffstat (limited to 'teensy/mpconfigport.h')
-rw-r--r-- | teensy/mpconfigport.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/teensy/mpconfigport.h b/teensy/mpconfigport.h index 05c040d415..334f76d8a0 100644 --- a/teensy/mpconfigport.h +++ b/teensy/mpconfigport.h @@ -59,8 +59,6 @@ extern const struct _mp_obj_module_t time_module; typedef int32_t mp_int_t; // must be pointer size typedef unsigned int mp_uint_t; // must be pointer size -typedef void *machine_ptr_t; // must be of pointer size -typedef const void *machine_const_ptr_t; // must be of pointer size typedef long mp_off_t; #define MP_PLAT_PRINT_STRN(str, len) mp_hal_stdout_tx_strn_cooked(str, len) |