point to branch 21

This commit is contained in:
rusefillc 2022-09-13 17:41:07 -04:00
parent 135beb8ee3
commit 2cf4259e70
1 changed files with 2 additions and 2 deletions

View File

@ -51,14 +51,14 @@
* @brief Enables the CAN subsystem.
*/
#if !defined(HAL_USE_CAN) || defined(__DOXYGEN__)
#define HAL_USE_CAN TRUE
#define HAL_USE_CAN !EFI_SIM_IS_WINDOWS
#endif
/**
* @brief Enables the cryptographic subsystem.
*/
#if !defined(HAL_USE_CRY) || defined(__DOXYGEN__)
#define HAL_USE_CRY FALSE /*!EFI_SIM_IS_WINDOWS*/
#define HAL_USE_CRY FALSE
#endif
/**