1
0
Fork 0

Add SPI master for ChibiOS/ARM. (#8779)

This commit is contained in:
Nick Brassel 2020-04-29 14:01:20 +10:00 committed by GitHub
parent 5b4870c046
commit b17482c3fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 235 additions and 3 deletions

View file

@ -156,7 +156,7 @@
* @brief Enables the SPI subsystem.
*/
# if !defined(HAL_USE_SPI) || defined(__DOXYGEN__)
# define HAL_USE_SPI FALSE
# define HAL_USE_SPI TRUE
# endif
/**