📄 prefer.lst
字号:
C51 COMPILER V7.50 PREFER 07/17/2008 14:38:50 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE PREFER
OBJECT MODULE PLACED IN ..\output\prefer.obj
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE ..\..\common\prefer.c LARGE OPTIMIZE(9,SIZE) BROWSE INCDIR(..\..\..\bsp\inc
-lude;..\src\include;..\..\include) DEFINE(CONFIG_ASIC) DEBUG OBJECTEXTEND PRINT(.\prefer.lst) OBJECT(..\output\prefer.ob
-j)
line level source
1 #include <string.h>
2 #include "api.h"
*** WARNING C318 IN LINE 2 OF ..\..\common\prefer.c: can't open file 'api.h'
3 #include "lcd.h"
*** ERROR C129 IN LINE 102 OF ..\..\INCLUDE\LCD.H: missing ';' before 'lcd_max_str'
4 #include "common.h"
*** WARNING C318 IN LINE 5 OF ..\..\INCLUDE\COMMON.H: can't open file 'types.h'
5 #include "display.h"
*** WARNING C318 IN LINE 4 OF ..\..\INCLUDE\DISPLAY.H: can't open file 'types.h'
6 #include "res.h"
7 #include "res_show.h"
8 #include "prefer.h"
9
10 USER_PREFERENCE_T tUserPreference;
11
12 void vPreferenceDataInit()
13 {
14 #if 0
tUserPreference.u8magic = 0xa5;
//tUserPreference.u8Contrast = 0x48;
tUserPreference.u8BackLightTime = 0;
tUserPreference.u8ShutDownTime = 0;
tUserPreference.u8LanguageId = 0;
tUserPreference.u8EqMode = 0;
tUserPreference.u8RepeatMode = 2;
tUserPreference.u8Volume = 24;
tUserPreference.u8MenuId=0;
tUserPreference.Fm_StationCurrPlayOrder = 0;
tUserPreference.Fm_StationCurrSaveOrder = 0;
tUserPreference.Fm_StationTotalSaveNum = 0;
tUserPreference.u8Contrast = 192;
tUserPreference.game_speed = 2;
#endif
30 }
31
32
33
34
35
C51 COMPILATION COMPLETE. 3 WARNING(S), 1 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -