Chibios: updates for 3.0.4 git.
This commit is contained in:
parent
8952d617ea
commit
dbbd4e8f8d
5 changed files with 50 additions and 123 deletions
|
|
@ -163,6 +163,13 @@
|
|||
#define HAL_USE_USB TRUE
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief Enables the WDG subsystem.
|
||||
*/
|
||||
#if !defined(HAL_USE_WDG) || defined(__DOXYGEN__)
|
||||
#define HAL_USE_WDG FALSE
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
/* ADC driver related settings. */
|
||||
/*===========================================================================*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue