mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-22 17:12:55 +08:00
ee90f9a60f
update cmsis-pack to v1.10 update v1.10.0 to cmsis-pack update makepdsc
6 lines
102 B
C
6 lines
102 B
C
#include "PikaObj.h"
|
|
|
|
Arg* PikaStdLib_StringObj___next__(PikaObj* self) {
|
|
return arg_newNull();
|
|
}
|