mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[logtrace] change the type of cmd to 'int'
This commit is contained in:
@@ -361,7 +361,7 @@ static rt_size_t _log_write(rt_device_t dev, rt_off_t pos, const void *buffer, r
|
||||
return size;
|
||||
}
|
||||
|
||||
static rt_err_t _log_control(rt_device_t dev, rt_uint8_t cmd, void *arg)
|
||||
static rt_err_t _log_control(rt_device_t dev, int cmd, void *arg)
|
||||
{
|
||||
if (_traceout_device == RT_NULL) return -RT_ERROR;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user