From e68a05b29de507a56b8747557707e8d6cdd68542 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sun, 14 Dec 2025 00:21:02 -0500 Subject: Refactor --- project/Core/Inc/Project/song_info.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 project/Core/Inc/Project/song_info.h (limited to 'project/Core/Inc/Project/song_info.h') diff --git a/project/Core/Inc/Project/song_info.h b/project/Core/Inc/Project/song_info.h deleted file mode 100644 index 9d6d5e6..0000000 --- a/project/Core/Inc/Project/song_info.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * song_info.h - * - * Created on: Oct 15, 2025 - * Author: sowgro - */ - -#ifndef INC_PROJECT_SONG_INFO_H_ -#define INC_PROJECT_SONG_INFO_H_ - -typedef struct { - char *title; - char *copyright; - int tempo; -} song_info_t; - -uint8_t *get_song_info(uint8_t *p_song, song_info_t *ret); - -#endif /* INC_PROJECT_SONG_INFO_H_ */ -- cgit v1.2.3