Changeset 377 for asp3_tinet_ecnl_arm
- Timestamp:
- Apr 9, 2019, 6:26:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asp3_tinet_ecnl_arm/trunk/asp3_dcre/mbed/mbed_stub.c
r374 r377 68 68 int main() 69 69 { 70 const char *const args[] = {71 1,70 static const char *const args[] = { 71 (char *)1, 72 72 "asp3", 73 NULL, 74 NULL 73 0, 74 // envp 75 "TZ=JST-9", 76 0, 77 // auxv 78 0 75 79 }; 76 80 musl_start(args);
Note:
See TracChangeset
for help on using the changeset viewer.