From bd6b39cace67fcefccb105e0e6f7609973bbb7ce Mon Sep 17 00:00:00 2001 From: Bernard Xiong Date: Fri, 19 Sep 2014 14:29:03 +0800 Subject: [PATCH] Update device.c --- src/device.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/device.c b/src/device.c index 835a517ce..957c9fc77 100644 --- a/src/device.c +++ b/src/device.c @@ -362,8 +362,8 @@ rt_err_t rt_device_control(rt_device_t dev, rt_uint8_t cmd, void *arg) RTM_EXPORT(rt_device_control); /** - * This function will set the indication callback function when device receives - * data. + * This function will set the reception indication callback function. This callback function + * is invoked when this device receives data. * * @param dev the pointer of device driver structure * @param rx_ind the indication callback function -- GitLab