We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9a48eb commit d91c117Copy full SHA for d91c117
zephyr/mpconfigport.h
@@ -98,9 +98,6 @@
98
99
typedef int mp_int_t; // must be pointer size
100
typedef unsigned mp_uint_t; // must be pointer size
101
-
102
-typedef void *machine_ptr_t; // must be of pointer size
103
-typedef const void *machine_const_ptr_t; // must be of pointer size
104
typedef long mp_off_t;
105
106
#define MP_STATE_PORT MP_STATE_VM
zephyr/mpconfigport_minimal.h
@@ -80,9 +80,6 @@
80
81
82
83
84
85
86
87
88
0 commit comments