David Lechner
b72cb0ca1b
py/mpthread.h: Use strong type for mp_thread_set_state() argument.
...
This modifies the signature of mp_thread_set_state() to use
mp_state_thread_t* instead of void*. This matches the return type of
mp_thread_get_state(), which returns the same value.
`struct _mp_state_thread_t;` had to be moved before
`#include <mpthreadport.h>` since the stm32 port uses it in its
mpthreadport.h file.
2020-01-29 17:10:32 +11:00
..
2019-09-26 16:04:56 +10:00
2017-09-06 13:40:51 +10:00
2020-01-24 11:51:21 +11:00
2020-01-12 10:37:40 +11:00
2017-09-06 13:40:51 +10:00
2020-01-24 10:57:17 +11:00
2017-09-06 13:40:51 +10:00
2017-09-06 13:40:51 +10:00
2020-01-26 23:21:29 +11:00
2019-05-01 15:06:21 +10:00
2017-09-06 13:40:51 +10:00
2017-09-06 13:40:51 +10:00
2020-01-26 23:21:29 +11:00
2020-01-24 11:51:21 +11:00
2019-10-15 21:35:27 +11:00
2019-10-21 23:01:41 +11:00
2019-05-17 18:04:15 +10:00
2019-02-12 14:54:51 +11:00
2019-05-17 18:04:15 +10:00
2020-01-26 23:21:29 +11:00
2019-11-21 12:10:32 +11:00
2019-12-28 11:11:54 +11:00
2019-10-30 12:08:58 +11:00
2020-01-26 23:21:29 +11:00
2020-01-26 23:21:29 +11:00
2020-01-26 23:21:29 +11:00
2019-06-05 15:28:30 +10:00
2019-10-29 22:22:37 +11:00
2020-01-29 17:10:32 +11:00
2019-01-27 12:38:23 +11:00
2017-09-06 13:40:51 +10:00
2020-01-26 23:31:27 +11:00