You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
498 B
13 lines
498 B
3 years ago
|
*** Using Compiler 'V5.06 update 6 (build 750)', folder: 'D:\Keil_v5\ARM\ARMCC\Bin'
|
||
|
Build target 'Target 1'
|
||
|
compiling key.c...
|
||
|
compiling main.c...
|
||
|
main.c(113): warning: #167-D: argument of type "char *" is incompatible with parameter of type "u8 *"
|
||
|
OLED_ShowString(0,0, str, 16);
|
||
|
main.c: 1 warning, 0 errors
|
||
|
linking...
|
||
|
Program Size: Code=12802 RO-data=2342 RW-data=392 ZI-data=1344
|
||
|
FromELF: creating hex file...
|
||
|
"..\OBJ\Template.axf" - 0 Error(s), 1 Warning(s).
|
||
|
Build Time Elapsed: 00:00:03
|