We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi! great work!! I've seen very crappy code regarding SD SPI and STM32 but yours is very clean and tidy.
Just a suggestion, declare instead:
static uint32_t spiTimerTickStart; static uint32_t spiTimerTickDelay;
They are not used outside user_diskio_spi.c file, so it is a good practice declare them static globals.
The text was updated successfully, but these errors were encountered:
Hi there, you can submit a PR with this if you would like, I will accept it.
Sorry, something went wrong.
No branches or pull requests
Hi!
great work!! I've seen very crappy code regarding SD SPI and STM32 but yours is very clean and tidy.
Just a suggestion, declare instead:
They are not used outside user_diskio_spi.c file, so it is a good practice declare them static globals.
The text was updated successfully, but these errors were encountered: