Fix nuttx coding style

Remove TABs
This commit is contained in:
simbit18 2023-10-25 15:55:35 +02:00 committed by Xiang Xiao
parent a7e448c57e
commit fa7d0bbd45
2 changed files with 3 additions and 3 deletions

View File

@ -89,7 +89,7 @@
#define PERIODREG_CSD_CTL (16)
#define PERIODREG_CSRC (1 << 15)
#define PERIODREG_SAMPLE_PERIOD (0)
#define PERIODREG_SAMPLE_PERIOD (0)
#define TESTREG_LBC (1 << 31)
#define TESTREG_RXCNT (8)

View File

@ -1149,8 +1149,8 @@ static int s32k1xx_interrupt(int irq, void *context, void *arg)
static int s32k1xx_ioctl(struct file *filep, int cmd, unsigned long arg)
{
#if defined(CONFIG_SERIAL_TIOCSERGSTRUCT) \
|| defined(CONFIG_SERIAL_TERMIOS) \
#if defined(CONFIG_SERIAL_TIOCSERGSTRUCT) \
|| defined(CONFIG_SERIAL_TERMIOS) \
|| defined(CONFIG_S32K1XX_LPUART_INVERT)
struct inode *inode = filep->f_inode;
struct uart_dev_s *dev = inode->i_private;