You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/04 12:43:44 UTC

[GitHub] [incubator-nuttx] fjpanag commented on pull request #2477: STM32 FLASH latency is calculated based on Vin.

fjpanag commented on pull request #2477:
URL: https://github.com/apache/incubator-nuttx/pull/2477#issuecomment-738764034


   Also, at this point I am tempted to add either:
   
   ```
   #ifndef STM32_VIN
   #define STM32_VIN 3.3
   #endif
   ```
   or
   
   ```
   #ifndef STM32_VIN
   #error "Vin is not defined."
   #endif
   ```
   
   what do you think?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org