mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Change name of drivers/discrete back to drivers/ioexpander
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* include/nuttx/discrete/ioexpander.h
|
||||
* include/nuttx/ioexpander/ioexpander.h
|
||||
*
|
||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
@@ -33,8 +33,8 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_DISCRETE_IOEXPANDER_H
|
||||
#define __INCLUDE_NUTTX_DISCRETE_IOEXPANDER_H
|
||||
#ifndef __INCLUDE_NUTTX_IOEXPANDER_IOEXPANDER_H
|
||||
#define __INCLUDE_NUTTX_IOEXPANDER_IOEXPANDER_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
@@ -264,5 +264,5 @@ struct ioexpander_dev_s
|
||||
};
|
||||
|
||||
#endif //CONFIG_IOEXPANDER
|
||||
#endif //__INCLUDE_NUTTX_DISCRETE_IOEXPANDER_H
|
||||
#endif //__INCLUDE_NUTTX_IOEXPANDER_IOEXPANDER_H
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/********************************************************************************************
|
||||
* include/nuttx/discrete/pca9555.h
|
||||
* include/nuttx/ioexpander/pca9555.h
|
||||
*
|
||||
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
|
||||
* Author: Sebastien Lorquet <sebastien@lorquet.fr>
|
||||
@@ -37,8 +37,8 @@
|
||||
*
|
||||
********************************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_DISCRETE_PCA9555_H
|
||||
#define __INCLUDE_NUTTX_DISCRETE_PCA9555_H
|
||||
#ifndef __INCLUDE_NUTTX_IOEXPANDER_PCA9555_H
|
||||
#define __INCLUDE_NUTTX_IOEXPANDER_PCA9555_H
|
||||
|
||||
#include <nuttx/i2c.h>
|
||||
|
||||
@@ -117,4 +117,4 @@ FAR struct ioexpander_dev_s* pca9555_initialize(FAR struct i2c_dev_s *dev,
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_DISCRETE_PCA9555_H */
|
||||
#endif /* __INCLUDE_NUTTX_IOEXPANDER_PCA9555_H */
|
||||
Reference in New Issue
Block a user