Bläddra i källkod

fix:fix naming conflict

linux-downey 7 år sedan
förälder
incheckning
95766757db
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/Seeed_vl53l0x.h

+ 1 - 1
src/Seeed_vl53l0x.h

@@ -56,7 +56,7 @@
 
 
 typedef int            s32;
-typedef unsigned int   u32;
+typedef long unsigned int   u32;
 typedef short          s16;
 typedef unsigned short u16;
 typedef char           s8;