virtual servers: redundant declarations fixed

This commit is contained in:
2020-03-10 15:50:33 +01:00
parent 5192dae9c5
commit ac1c40d6f9
11 changed files with 20 additions and 51 deletions

View File

@ -152,7 +152,7 @@ int main(int argc, char *argv[]){
FILE_LOG(logINFORED,("Rebooting!\n"));
fflush(stdout);
#if defined(MYTHEN3D) || defined(GOTTHARD2D)
rebootControllerAndFPGA();
rebootNiosControllerAndFPGA();
#else
system("reboot");
#endif