Cosmetic: Move # of pre-processior command to column 1
This commit is contained in:
parent
b262f77246
commit
a3986e4aac
@ -336,7 +336,7 @@ static uint8_t spi_status(FAR struct spi_dev_s *dev, enum spi_dev_e devid)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SPI_CMDDATA
|
||||
#ifdef CONFIG_SPI_CMDDATA
|
||||
static int spi_cmddata(FAR struct spi_dev_s *dev, enum spi_dev_e devid, bool cmd)
|
||||
{
|
||||
# error "spi_cmddata not implemented"
|
||||
|
@ -737,7 +737,7 @@ static uint8_t spi_status(FAR struct spi_dev_s *dev, enum spi_dev_e devid)
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_SPI_CMDDATA
|
||||
#ifdef CONFIG_SPI_CMDDATA
|
||||
static int spi_cmddata(FAR struct spi_dev_s *dev, enum spi_dev_e devid, bool cmd)
|
||||
{
|
||||
# error "spi_cmddata not implemented"
|
||||
|
@ -174,7 +174,7 @@ struct lcd1602_2
|
||||
****************************************************************************/
|
||||
/* Debug */
|
||||
|
||||
#if defined(CONFIG_DEBUG_LCD) && defined(CONFIG_DEBUG_VERBOSE)
|
||||
#if defined(CONFIG_DEBUG_LCD) && defined(CONFIG_DEBUG_VERBOSE)
|
||||
static void lcd_dumpstate(FAR const char *msg);
|
||||
static void lcd_dumpstream(FAR const char *msg,
|
||||
FAR const struct lcd_instream_s *stream);
|
||||
|
@ -217,7 +217,7 @@
|
||||
|
||||
/* SLCD_CHAR4_MASK COM0-3 0xffcff3ff .... .... ..44 .... .... 44.. .... .... */
|
||||
|
||||
#define SLCD_CHAR4_MASK0 0xffcff3ff
|
||||
#define SLCD_CHAR4_MASK0 0xffcff3ff
|
||||
#define SLCD_CHAR4_MASK1 SLCD_CHAR4_MASK0
|
||||
#define SLCD_CHAR4_MASK2 SLCD_CHAR4_MASK0
|
||||
#define SLCD_CHAR4_MASK3 SLCD_CHAR4_MASK0
|
||||
|
@ -179,7 +179,7 @@ struct lcd1602_2
|
||||
****************************************************************************/
|
||||
/* Debug */
|
||||
|
||||
#if defined(CONFIG_DEBUG_LCD) && defined(CONFIG_DEBUG_VERBOSE)
|
||||
#if defined(CONFIG_DEBUG_LCD) && defined(CONFIG_DEBUG_VERBOSE)
|
||||
static void lcd_dumpstate(FAR const char *msg);
|
||||
static void lcd_dumpstream(FAR const char *msg,
|
||||
FAR const struct lcd_instream_s *stream);
|
||||
|
Loading…
Reference in New Issue
Block a user