summaryrefslogtreecommitdiff
path: root/bsp/radio-controller-1/Inc/stm32f1xx_hal_conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/radio-controller-1/Inc/stm32f1xx_hal_conf.h')
-rw-r--r--bsp/radio-controller-1/Inc/stm32f1xx_hal_conf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp/radio-controller-1/Inc/stm32f1xx_hal_conf.h b/bsp/radio-controller-1/Inc/stm32f1xx_hal_conf.h
index eb2b5ca..917c203 100644
--- a/bsp/radio-controller-1/Inc/stm32f1xx_hal_conf.h
+++ b/bsp/radio-controller-1/Inc/stm32f1xx_hal_conf.h
@@ -133,7 +133,7 @@
* @brief This is the HAL system configuration section
*/
#define VDD_VALUE ((uint32_t)3300) /*!< Value of VDD in mv */
-#define TICK_INT_PRIORITY ((uint32_t)0) /*!< tick interrupt priority (lowest by default) */
+#define TICK_INT_PRIORITY ((uint32_t)1) /*!< tick interrupt priority (lowest by default) */
#define USE_RTOS 0
#define PREFETCH_ENABLE 1