Searched refs:MESSAGE_SIZE (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.2.1/build/demos.TWL/nandApp/SubBanner/src/ |
| D | main.c | 84 #define MESSAGE_SIZE 50 macro 86 static char message[MESSAGE_SIZE]=""; 205 (void)STD_CopyLString( message, "write succeed.", MESSAGE_SIZE ); in TwlMain() 209 (void)STD_CopyLString( message, "write failed.", MESSAGE_SIZE ); in TwlMain() 214 (void)STD_CopyLString( message, "read rom failed.", MESSAGE_SIZE ); in TwlMain() 219 (void)STD_CopyLString( message, "open rom failed.", MESSAGE_SIZE ); in TwlMain() 227 (void)STD_CopyLString( message, "edit succeed.", MESSAGE_SIZE ); in TwlMain() 231 (void)STD_CopyLString( message, "edit failed.", MESSAGE_SIZE ); in TwlMain() 236 (void)STD_CopyLString( message, "load failed.", MESSAGE_SIZE ); in TwlMain() 243 (void)STD_CopyLString( message, "delete succeed", MESSAGE_SIZE ); in TwlMain() [all …]
|