Event refactor builds on Windows

This commit is contained in:
EricLiu2000
2019-06-24 17:59:45 -04:00
parent 878d9e6dde
commit 50dba62a89
47 changed files with 848 additions and 951 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ for(size_t i = 0; i < deviceCount; i++) {
neodevice_t* myDevice = &devices[0];
if(!icsneo_openDevice(myDevice)) {
neoerror_t error;
neoevent_t error;
if(icsneo_getLastError(&error))
printf("Error! %s\n", error.description);
}