step 3 works first try

This commit is contained in:
SowinskiBraeden committed 2024-10-11 23:21:40 -07:00
1 parent d1311b27e8
commit 9eeccc1c65
2 files changed
+194 -44

No files matched your search

+2 -1
View File
@@ -20,7 +20,8 @@ typedef struct {
} COURSE; // Course is the general information for selection and stuff?
typedef struct {
char crsNo[MAX_COURSE_NO_LEN];
char crsNo[MAX_COURSE_ID_LEN];
char baseCrsNo[MAX_COURSE_NO_LEN];
char description[MAX_COURSE_DES_LEN];
uint32_t students[CLASS_CAP];
uint8_t numberOfStudents;