mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 04:39:01 +00:00
Eliminate some warnings
This commit is contained in:
parent
bb9b4c8063
commit
032e73f1eb
1 changed files with 0 additions and 2 deletions
|
|
@ -115,7 +115,6 @@ bool i2cdev_exists(int bus)
|
|||
int i2cdev_open(int bus)
|
||||
{
|
||||
FAR char *devpath;
|
||||
int fd;
|
||||
|
||||
/* Get the device path */
|
||||
|
||||
|
|
@ -133,7 +132,6 @@ int i2cdev_open(int bus)
|
|||
int i2cdev_transfer(int fd, FAR struct i2c_msg_s *msgv, int msgc)
|
||||
{
|
||||
struct i2c_transfer_s xfer;
|
||||
int ret;
|
||||
|
||||
/* Set up the IOCTL argument */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue