Fix include paths

This commit is contained in:
Paul Dino Jones 2024-08-05 17:07:04 -04:00
parent 316ff0c273
commit 3bcf2ee87e
1 changed files with 4 additions and 4 deletions

View File

@ -2,11 +2,11 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "wheels/cammusc5.h" #include "usb/wheels/cammusc5.h"
#include "wheeldevice.h" #include "wheeldevice.h"
#include "../../helper/confighelper.h" #include "../helper/confighelper.h"
#include "../../simulatorapi/simapi/simapi/simdata.h" #include "../simulatorapi/simapi/simapi/simdata.h"
#include "../../slog/slog.h" #include "../slog/slog.h"
int wheeldev_update(WheelDevice* wheeldevice, SimData* simdata) int wheeldev_update(WheelDevice* wheeldevice, SimData* simdata)
{ {