Minor rearranging of options and added static smile

This commit is contained in:
William Miceli
2020-09-26 15:34:18 -04:00
parent 33eb3b9d80
commit 481525d31c
9 changed files with 8969 additions and 8260 deletions

View File

@@ -226,7 +226,7 @@ void TIM6_DAC_IRQHandler(void)
/* USER CODE END TIM6_DAC_IRQn 0 */
HAL_TIM_IRQHandler(&htim6);
/* USER CODE BEGIN TIM6_DAC_IRQn 1 */
LEDMode = (LEDMode + 1) % 7;
LEDMode = (LEDMode + 1) % 8;
LEDDesign_PendingChange = false;
/* USER CODE END TIM6_DAC_IRQn 1 */
}