diff options
author | Thorsten Kummermehr <thorsten.kummermehr@k2l.de> | 2017-11-07 16:31:13 +0100 |
---|---|---|
committer | Thorsten Kummermehr <thorsten.kummermehr@k2l.de> | 2017-11-07 16:31:13 +0100 |
commit | 1bba2cf81dc69b4ea87ba0ebc366a58eab45ff84 (patch) | |
tree | 350ca4be28746400cb9230397691c7ce1b298a45 /ucs2-afb | |
parent | 6fc9b47c4d78e8737062e38966c31a06af49e897 (diff) |
Deliver network connection label
Diffstat (limited to 'ucs2-afb')
-rw-r--r-- | ucs2-afb/ucs_binding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-afb/ucs_binding.c b/ucs2-afb/ucs_binding.c index ee1bce6..0b4c378 100644 --- a/ucs2-afb/ucs_binding.c +++ b/ucs2-afb/ucs_binding.c @@ -197,7 +197,7 @@ void UCSI_CB_OnAmsMessageReceived(void *pTag) Don't forget to call UCSI_ReleaseAmsMessage after that */ } -void UCSI_CB_OnRouteResult(void *pTag, uint16_t routeId, bool isActive) +void UCSI_CB_OnRouteResult(void *pTag, uint16_t routeId, bool isActive, uint16_t connectionLabel) { } |