Skip to content

Commit 4e4f7cc

Browse files
committed
Fix format
1 parent 7c0b98c commit 4e4f7cc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • bsp/nuvoton/libraries/m3331/rtt_port

bsp/nuvoton/libraries/m3331/rtt_port/drv_spi.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,7 @@ rt_err_t nu_hw_spi_pdma_allocate(struct nu_spi *spi_bus)
405405

406406
return -(RT_ERROR);
407407
}
408-
#endif /*
409-
#if defined(BSP_USING_SPI_PDMA) */
408+
#endif /* #if defined(BSP_USING_SPI_PDMA) */
410409

411410
void nu_spi_drain_rxfifo(SPI_T *spi_base)
412411
{

0 commit comments

Comments
 (0)