차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
ko:log_management_api [2018/02/24 16:42]
kkshin [BS2Event]
ko:log_management_api [2018/03/07 21:57]
kkshin [BS2Event]
줄 61: 줄 61:
     };     };
     uint8_t param;     uint8_t param;
-#​ifdef ​DST_SUPPORTED +#​ifdef ​LESS_THAN_SDK_2_6_0 
-    uint8_t image: 1;+    BS2_BOOL image; ​        // Deprecated in V2.6.0 
 +#else 
 +    uint8_t image: 1;       // bit 단위 분할하여 image 및 DST 지원
     uint8_t isDST: 1;     uint8_t isDST: 1;
     uint8_t half: 1;     uint8_t half: 1;
     uint8_t hour: 4;     uint8_t hour: 4;
     uint8_t negative: 1;     uint8_t negative: 1;
-#else 
-    BS2_BOOL image;​ ///<​ 1 byte 
 #endif #endif
 } BS2Event; } BS2Event;