You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
480 B
C
19 lines
480 B
C
/* Auto-generated config file hpl_systick_config.h */
|
|
#ifndef HPL_SYSTICK_CONFIG_H
|
|
#define HPL_SYSTICK_CONFIG_H
|
|
|
|
// <<< Use Configuration Wizard in Context Menu >>>
|
|
|
|
// <h> Advanced settings
|
|
// <q> SysTick exception request
|
|
// <i> Indicates whether the generation of SysTick exception is enabled or not
|
|
// <id> systick_arch_tickint
|
|
#ifndef CONF_SYSTICK_TICKINT
|
|
#define CONF_SYSTICK_TICKINT 0
|
|
#endif
|
|
// </h>
|
|
|
|
// <<< end of configuration section >>>
|
|
|
|
#endif // HPL_SYSTICK_CONFIG_H
|