update imgui

This commit is contained in:
2023-10-23 13:15:24 +02:00
parent 21b1ae4baa
commit 375f250f8c
3 changed files with 10 additions and 4 deletions

View File

@@ -1,7 +1,9 @@
#include "memory.hpp"
#include <stdint.h>
#include "imgui/imgui.h"
int main() {
/*
if (!open_device())
return -1;
@@ -17,5 +19,6 @@ int main() {
printf("Value from RPM: %d\n", out);
close_device();
*/
return 0;
}