ok, this really wants to be declared to be an ull (sorry 64 bit guys).
This commit is contained in:
parent
6ce60f84e6
commit
878bd69a0e
|
@ -79,7 +79,7 @@ struct movietime {
|
|||
struct movietime movie;
|
||||
|
||||
int oldframeCounter;
|
||||
u64 totalcycles=2904024960000;//noon
|
||||
u64 totalcycles=2904024960000ULL;//noon
|
||||
int totalseconds;
|
||||
bool init=false;
|
||||
bool moviemode=false;
|
||||
|
@ -369,4 +369,4 @@ void rtcWrite(u16 val)
|
|||
rtc._prevSIO = rtc._SIO;
|
||||
rtc._prevSCK = rtc._SCK;
|
||||
rtc._prevCS = rtc._CS;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue