Добавлены новые настройки и они выделены в отдельный файл

This commit is contained in:
2026-04-23 11:18:07 +03:00
parent c3a08dc1be
commit fc470d0fb9
12 changed files with 589 additions and 278 deletions

View File

@@ -29,6 +29,7 @@
#include "segment.h"
#include "melody.h"
#include "songs.h"
#include "clock.h"
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/
@@ -137,7 +138,7 @@ int main(void)
{
Menu_Process();
Melody_Update(&melody);
ClockManager_GetTime(1);
/* USER CODE END WHILE */
/* USER CODE BEGIN 3 */