From a33eaa5d6ef519ac704ce43f9bdc98d87deafd35 Mon Sep 17 00:00:00 2001 From: Gilbok Lee Date: Fri, 27 May 2016 14:19:53 +0900 Subject: [PATCH] Use version macro on since_tizen tag information Change-Id: I6e721cf22805f05d1025f7c754df24afd4802f34 --- include/radio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/radio.h b/include/radio.h index 5caba4d..185c848 100755 --- a/include/radio.h +++ b/include/radio.h @@ -61,7 +61,7 @@ typedef enum { RADIO_ERROR_INVALID_OPERATION = TIZEN_ERROR_INVALID_OPERATION, /**< Invalid operation */ RADIO_ERROR_INVALID_STATE = TIZEN_ERROR_RADIO | 0x01 , /**< Invalid state */ RADIO_ERROR_SOUND_POLICY = TIZEN_ERROR_RADIO | 0x02 , /**< Sound policy error */ - RADIO_ERROR_NO_ANTENNA = TIZEN_ERROR_RADIO | 0x03 , /**< No Antenna error (Since 2.4) */ + RADIO_ERROR_NO_ANTENNA = TIZEN_ERROR_RADIO | 0x03 , /**< No Antenna error (Since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif) */ RADIO_ERROR_PERMISSION_DENIED = TIZEN_ERROR_PERMISSION_DENIED, /**< Permission denied */ RADIO_ERROR_NOT_SUPPORTED = TIZEN_ERROR_NOT_SUPPORTED, /**< Not supported */ } radio_error_e; -- 2.7.4