nuttx: fix nxstyle issues
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
e77ec6c8c6
commit
dbc37a0165
@ -336,7 +336,7 @@ static int sam_stop(struct watchdog_lowerhalf_s *lower)
|
||||
* Description:
|
||||
* Reset the watchdog timer to the current timeout value, prevent any
|
||||
* imminent watchdog timeouts. This is sometimes referred as "pinging"
|
||||
* the atchdog timer or "petting the dog".
|
||||
* the watchdog timer or "petting the dog".
|
||||
*
|
||||
* Input Parameters:
|
||||
* lower - A pointer the publicly visible representation of the
|
||||
|
@ -1393,7 +1393,7 @@ static int esp32_interrupt(int cpuint, void *context, void *arg)
|
||||
if ((enabled & UART_TX_BRK_IDLE_DONE_INT_ENA) != 0 &&
|
||||
(status & UART_TX_DONE_INT_ST) != 0)
|
||||
{
|
||||
/* If al bytes were transmited, then we can disable the RS485
|
||||
/* If all bytes were transmitted, then we can disable the RS485
|
||||
* transmit (TX/nTX) pin.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user