aboutsummaryrefslogtreecommitdiffstats
path: root/ucs2-interface
diff options
context:
space:
mode:
authorTobias Jahnke <tjahnk@users.noreply.github.com>2017-07-31 11:46:47 +0200
committerFulup Ar Foll <fulup@iot.bzh>2017-08-01 11:47:14 +0200
commit05e055b854e46a7bbd60b4c249ff267a000b9258 (patch)
tree62c2a055244f5692818da79dd1d0775837c9fc61 /ucs2-interface
parent41d1d8957f7bc7154e0abb2c276ee4ca52409a56 (diff)
adds experimental i2cwrite command
Diffstat (limited to 'ucs2-interface')
-rw-r--r--ucs2-interface/ucs_lib_interf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-interface/ucs_lib_interf.c b/ucs2-interface/ucs_lib_interf.c
index 3eda07f..fd60496 100644
--- a/ucs2-interface/ucs_lib_interf.c
+++ b/ucs2-interface/ucs_lib_interf.c
@@ -223,7 +223,7 @@ void UCSI_Service(UCSI_Data_t *my)
e->val.I2CWrite.slaveAddr, e->val.I2CWrite.timeout, e->val.I2CWrite.dataLen, e->val.I2CWrite.data, OnUcsI2CWrite))
popEntry = false;
else
- UCSI_CB_OnUserMessage(my->tag, true, "Ucs_Gpio_CreatePort failed", 0);
+ UCSI_CB_OnUserMessage(my->tag, true, "Ucs_I2c_WritePort failed", 0);
break;
default:
assert(false);