Skip to content

Commit

Permalink
Restyled by whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and thashok committed Dec 12, 2022
1 parent e568460 commit 0b3e99b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/display/lcd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int SilabsLCD::Update(void)
#if (defined(EFR32MG24) && defined(WF200_WIFI))
post_lcd_spi_transfer();
#endif
/*
/*
* TO-DO; Above logic can be optimised by writing a common API
*/
return status;
Expand Down
8 changes: 4 additions & 4 deletions examples/platform/silabs/efr32/spi_multiplex.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/****************************************************************************
* @fn void spi_drv_reinit()
* @brief
* Re-Intializes SPI driver to required baudrate
* Re-Intializes SPI driver to required baudrate
* @param[in] None
* @return returns void
*****************************************************************************/
Expand All @@ -47,7 +47,7 @@ void spi_drv_reinit(uint32_t baudrate)
/****************************************************************************
* @fn void set_spi_baudrate()
* @brief
* Setting the appropriate SPI baudrate
* Setting the appropriate SPI baudrate
* @param[in] None
* @return returns void
*****************************************************************************/
Expand Down Expand Up @@ -118,7 +118,7 @@ void pre_bootloader_spi_transfer(void)
/****************************************************************************
* @fn void post_bootloader_spi_transfer()
* @brief
* De-Assert EXT SPI flash CS pin and release semaphore
* De-Assert EXT SPI flash CS pin and release semaphore
* @param[in] None
* @return returns void
*****************************************************************************/
Expand Down Expand Up @@ -162,4 +162,4 @@ void pre_lcd_spi_transfer(void)
void post_lcd_spi_transfer(void)
{
xSemaphoreGive(spi_sem_sync_hdl);
}
}

0 comments on commit 0b3e99b

Please sign in to comment.