Merge branch 'master' into missing-purple

This commit is contained in:
Bob Andrews
2022-05-17 15:34:51 +02:00
committed by GitHub
697 changed files with 12785 additions and 3271 deletions

View File

@@ -159,11 +159,11 @@ extern struct {
unsigned day :5;
unsigned mon :4;
unsigned year :7;
} createdate; /* Current date: 0 */
} createdate; /* Current date: 0 */
struct {
unsigned char min;
unsigned char hour;
} createtime; /* Current time: 0 */
} createtime; /* Current time: 0 */
} _datetime;
/* The addresses of the static drivers */