This commit is contained in:
David Rocha 2022-01-18 21:52:24 +00:00
commit e718128aa5
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ lightship_t* lightship_init() {
lightship->use_obd = 0;
}
else{
lightship->use_obd = 1; // TODO
lightship->use_obd = 1;
close(shm_fd);
}