Changeset 9 in svn


Ignore:
Timestamp:
Apr 30, 2015 1:14:15 PM (11 years ago)
Author:
megakiss
Message:

리모콘 키코드 오타 수정

Location:
trunk/zasc/app_c
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_HostInterface.c

    r4 r9  
    150150                case 0xF30CF58A: g_KeyCode = VK_PWR;  break; 
    151151                case 0xFE01F58A: g_KeyCode = VK_1;  break;       
    152                 case 0xFD028A: g_KeyCode = VK_2;  break;         
     152                case 0xFD02F58A: g_KeyCode = VK_2;  break;       
    153153                case 0xFC03F58A: g_KeyCode = VK_3;  break;       
    154154                case 0xFB04F58A: g_KeyCode = VK_4;  break;       
  • trunk/zasc/app_c/DST_Main.c

    r6 r9  
    66// 1.0.0 ÀÇ °æ¿ì 1000 
    77// 1.1.1 ÀÇ °æ¿ì 1101 
    8 #define _SW_VERSION_ (0900) 
     8#define _SW_VERSION_ (900) 
    99#include <stdio.h> 
    1010int main(int argc, char* argv[]) 
Note: See TracChangeset for help on using the changeset viewer.