raiden00pl commented on code in PR #15459:
URL: https://github.com/apache/nuttx/pull/15459#discussion_r1907169727


##########
arch/arm/src/stm32/stm32_spi.c:
##########
@@ -1512,7 +1517,7 @@ static void spi_setbits(struct spi_dev_s *dev, int nbits)
 
   if (nbits != priv->nbits)
     {
-#if defined(CONFIG_STM32_STM32F30XX) || defined(CONFIG_STM32_STM32F37XX)
+#if defined(CONFIG_STM32_STM32F30XX) || defined(CONFIG_STM32_STM32F37XX) || 
defined(CONFIG_STM32_STM32G4XXX)

Review Comment:
   ```suggestion
   #if defined(CONFIG_STM32_STM32F30XX) || defined(CONFIG_STM32_STM32F37XX) || \
       defined(CONFIG_STM32_STM32G4XXX)
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to