mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
add comment at auto_gen lib_array.c
This commit is contained in:
parent
3cccc856be
commit
bbc09813e6
@ -345,6 +345,8 @@ int Lib_loadLibraryFileToArray(char* origin_file_name, char* out_folder) {
|
||||
char* array_name = strsGetLastToken(&buffs, origin_file_name, '/');
|
||||
array_name = strsReplace(&buffs, array_name, ".", "_");
|
||||
__platform_printf(" loading %s[]...\n", array_name);
|
||||
pika_fputs("/* warning: auto generated file, please do not modify */\n",
|
||||
fp);
|
||||
pika_fputs("__attribute__((aligned(4))) const unsigned char ", fp);
|
||||
pika_fputs(array_name, fp);
|
||||
pika_fputs("[] = {", fp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user