Limit main loop frequency

This commit is contained in:
2022-08-17 08:46:40 +02:00
committed by jazzpi
parent 38590d433b
commit 9fa034f10f
2 changed files with 11 additions and 2 deletions

View File

@ -41,7 +41,7 @@ extern "C" {
/* Exported constants --------------------------------------------------------*/
/* USER CODE BEGIN EC */
#define MAIN_LOOP_PERIOD 50 /* ms */
/* USER CODE END EC */
/* Exported macro ------------------------------------------------------------*/