diff options
-rw-r--r-- | samsung-ril.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samsung-ril.c b/samsung-ril.c index edb5487..6aca65b 100644 --- a/samsung-ril.c +++ b/samsung-ril.c @@ -525,7 +525,7 @@ void ril_state_lpm(void) static const RIL_RadioFunctions ril_ops = { - RIL_VERSION, + 6, //RIL_VERSION onRequest, currentState, onSupports, |