mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
fix typo
This commit is contained in:
parent
fd2f0d5b49
commit
81d511df02
@ -245,9 +245,9 @@ typedef struct pika_platform_mutex {
|
||||
} pika_platform_mutex_t;
|
||||
#else
|
||||
/*
|
||||
You need to create the __platform_thread.h for your platform.
|
||||
You need to create the pika_platform_thread.h for your platform.
|
||||
For example:
|
||||
You can #include <rtthread.h> in the __platform_thread.h
|
||||
You can #include <rtthread.h> in the pika_platform_thread.h
|
||||
*/
|
||||
#include "pika_platform_thread.h"
|
||||
#endif
|
||||
@ -271,7 +271,7 @@ typedef struct pika_platform_timer {
|
||||
} pika_platform_timer_t;
|
||||
#else
|
||||
/*
|
||||
You need to create the __pika_platform_timer.h for your platform.
|
||||
You need to create the pika_platform_timer.h for your platform.
|
||||
*/
|
||||
#include "pika_platform_time.h"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user