Don't use fixed size integer types in the public header
[libam7xxx.git] / src / picoproj.c
index 8d511b9..f8eb5bc 100644 (file)
@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
        int format = AM7XXX_IMAGE_FORMAT_JPEG;
        int width = 800;
        int height = 480;
-       uint8_t *image;
+       unsigned char *image;
        unsigned int size;
        unsigned int native_width;
        unsigned int native_height;