Makefile.mingw corrections and made the code pass much stricter checks (now mandated by Makefile.mignw) to ensure GCC 14 readiness.
This commit is contained in:
@@ -37,7 +37,7 @@ typedef struct xi8088_t {
|
||||
static xi8088_t xi8088;
|
||||
|
||||
uint8_t
|
||||
xi8088_turbo_get()
|
||||
xi8088_turbo_get(void)
|
||||
{
|
||||
return xi8088.turbo;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user