From d94ffac4a584dc7a4f6f2ec567b8caab05ce9253 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 6 May 2020 19:04:05 +0200 Subject: New build parameters and shared includes This changes many files but I've just applied some replace commands.. So - nothing special! --- src/kernel/cmos/rtc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/kernel/cmos/rtc.h') diff --git a/src/kernel/cmos/rtc.h b/src/kernel/cmos/rtc.h index 6c2ba81..3e52793 100644 --- a/src/kernel/cmos/rtc.h +++ b/src/kernel/cmos/rtc.h @@ -3,11 +3,11 @@ #include -uint8_t second; -uint8_t minute; -uint8_t hour; -uint8_t day; -uint8_t month; +u8 second; +u8 minute; +u8 hour; +u8 day; +u8 month; unsigned int year; void read_rtc(); -- cgit v1.2.3