source: svn/newcon3bcm2_21bu/dst/app/src/Main/App_Map.c @ 66

Last change on this file since 66 was 66, checked in by megakiss, 11 years ago

키패드 기능 연결

전원키 누르고 리모콘 누르면 학습
CH+ 간격 1초 증가 MAX:15
CH- 간격 1초 감소 MIN :1

  • Property svn:executable set to *
File size: 270 bytes
Line 
1/*
2        App_Map.c
3       
4       
5*/
6
7#include "App_Version.h"
8
9
10
11#if APP_BREAK_MAP
12
13
14// data section
15unsigned int MapMeaninglessData[APP_BREAK_MAP] = { APP_BREAK_MAP, };
16
17// text section
18void MapMeaninglessCode(void)
19{
20                // nothing.
21}
22
23#endif // APP_BREAK_MAP
24
Note: See TracBrowser for help on using the repository browser.