Closed shaneharper123 closed 5 months ago
timevalues.h was missing from the commit for v8.0.18.
timevalues.h
The problem still exists with v8.0.22.
I could build Juggluco after creating Common/src/main/cpp/timevalues.h with the following contents:
Common/src/main/cpp/timevalues.h
#pragma once #include <stdint.h> struct timevalues { uint16_t warmup; uint16_t wear; };
The file is now present: https://github.com/j-kaltes/Juggluco/blob/primary/Common/src/main/cpp/timevalues.h
timevalues.h
was missing from the commit for v8.0.18.The problem still exists with v8.0.22.
I could build Juggluco after creating
Common/src/main/cpp/timevalues.h
with the following contents: