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:
@@ -94,7 +94,7 @@ t1000_display_set(uint8_t internal)
|
||||
}
|
||||
|
||||
uint8_t
|
||||
t1000_display_get()
|
||||
t1000_display_get(void)
|
||||
{
|
||||
return (uint8_t) st_display_internal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user