sensors corrections

This commit is contained in:
Ivan Epifanov
2020-12-05 22:38:12 +03:00
committed by Sam Lantinga
parent 6d85637786
commit 6f7c7c557a
2 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,7 @@
struct sensor_hwdata
{
float data[3];
int counter;
Uint32 counter;
};
/* vi: set ts=4 sw=4 expandtab: */