Skip to content

Commit

Permalink
arch: xtensa: esp32: nxstyle fixes (#753)
Browse files Browse the repository at this point in the history
esp32 nxstyle fixes

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
  • Loading branch information
jerpelea authored Apr 8, 2020
1 parent bfc153c commit 425e6c2
Show file tree
Hide file tree
Showing 6 changed files with 2,770 additions and 948 deletions.
4 changes: 3 additions & 1 deletion arch/xtensa/src/esp32/esp32_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,9 @@ static inline void esp32_serialout(struct esp32_dev_s *priv, int offset,
static inline void esp32_restoreuartint(struct esp32_dev_s *priv,
uint32_t intena)
{
/* Restore the previous interrupt state (assuming all interrupts disabled) */
/* Restore the previous interrupt state
* (assuming all interrupts disabled)
*/

esp32_serialout(priv, UART_INT_ENA_OFFSET, intena);
}
Expand Down
Loading

0 comments on commit 425e6c2

Please sign in to comment.