|
Last change
on this file was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
Property svn:executable set to
*
|
|
File size:
350 bytes
|
| Line | |
|---|
| 1 | #ifdef UT_FATAL_ERROR |
|---|
| 2 | #undef UT_FATAL_ERROR |
|---|
| 3 | #undef UT_TRACE_TAB_INC |
|---|
| 4 | #undef UT_TRACE_TAB_DEC |
|---|
| 5 | #undef UT_TRACE1 |
|---|
| 6 | #undef UT_TRACE2 |
|---|
| 7 | #undef UT_DISP_IMAGE |
|---|
| 8 | #endif |
|---|
| 9 | |
|---|
| 10 | #define UT_FATAL_ERROR(message) |
|---|
| 11 | #define UT_TRACE_TAB_INC() |
|---|
| 12 | #define UT_TRACE_TAB_DEC() |
|---|
| 13 | #define UT_TRACE1(message) |
|---|
| 14 | #define UT_TRACE2(message, arg) |
|---|
| 15 | #define UT_DISP_IMAGE(image) |
|---|
Note: See
TracBrowser
for help on using the repository browser.