mirror of
https://github.com/apache/nuttx.git
synced 2026-09-14 22:50:25 +00:00
include/nuttx/lcd: Fix more errors in comments.
This commit is contained in:
parent
01ad48ed1a
commit
28dc49c627
3 changed files with 13 additions and 13 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/************************************************************************************
|
||||
/****************************************************************************
|
||||
* include/nuttx/lcd/lcd_ioctl.h
|
||||
* IOCTL commands for segment LCDs
|
||||
*
|
||||
|
|
@ -32,10 +32,10 @@
|
|||
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
************************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_INPUT_LCD_IOCTL_H
|
||||
#define __INCLUDE_NUTTX_INPUT_LCD_IOCTL_H
|
||||
#ifndef __INCLUDE_NUTTX_LCD_LCD_IOCTL_H
|
||||
#define __INCLUDE_NUTTX_LCD_LCD_IOCTL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
|
@ -58,4 +58,4 @@
|
|||
#define TDA19988_NIOCTL_CMDS 1
|
||||
#define TDA19988_NIOCTL_BASE (FT80X_NIOCTL_BASE + FT80X_NIOCTL_CMDS)
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_INPUT_LCD_IOCTL_H */
|
||||
#endif /* __INCLUDE_NUTTX_LCD_LCD_IOCTL_H */
|
||||
|
|
|
|||
|
|
@ -34,8 +34,8 @@
|
|||
*
|
||||
************************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_INPUT_SLCD_CODEC_H
|
||||
#define __INCLUDE_NUTTX_INPUT_SLCD_CODEC_H
|
||||
#ifndef __INCLUDE_NUTTX_LCD_SLCD_CODEC_H
|
||||
#define __INCLUDE_NUTTX_LCD_SLCD_CODEC_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
|
@ -204,5 +204,5 @@ enum slcdret_e slcd_decode(FAR struct lib_instream_s *stream,
|
|||
#endif
|
||||
|
||||
#endif /* CONFIG_LIB_SLCDCODEC */
|
||||
#endif /* __INCLUDE_NUTTX_INPUT_SLCD_CODEC_H */
|
||||
#endif /* __INCLUDE_NUTTX_LCD_SLCD_CODEC_H */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/************************************************************************************
|
||||
/****************************************************************************
|
||||
* include/nuttx/lcd/slcd_ioctl.h
|
||||
* IOCTL commands for segment LCDs
|
||||
*
|
||||
|
|
@ -32,10 +32,10 @@
|
|||
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
* POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
************************************************************************************/
|
||||
****************************************************************************/
|
||||
|
||||
#ifndef __INCLUDE_NUTTX_INPUT_SLCD_IOCTL_H
|
||||
#define __INCLUDE_NUTTX_INPUT_SLCD_IOCTL_H
|
||||
#ifndef __INCLUDE_NUTTX_LCD_SLCD_IOCTL_H
|
||||
#define __INCLUDE_NUTTX_LCD_SLCD_IOCTL_H
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
|
|
@ -138,5 +138,5 @@ extern "C"
|
|||
}
|
||||
#endif
|
||||
|
||||
#endif /* __INCLUDE_NUTTX_INPUT_SLCD_IOCTL_H */
|
||||
#endif /* __INCLUDE_NUTTX_LCD_SLCD_IOCTL_H */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue