diff options
Diffstat (limited to 'httpservice.h')
| -rw-r--r-- | httpservice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httpservice.h b/httpservice.h index 80b8e4a..a6c3f76 100644 --- a/httpservice.h +++ b/httpservice.h @@ -10,7 +10,7 @@ using namespace Pistache; -extern uint8_t pgm_image[64 + img_width * img_height * sizeof(uint16_t)]; +extern uint8_t pgm_image[64 + img_width * img_height * sizeof(uint8_t)]; extern size_t pgm_image_size; extern std::mutex pgm_image_mtx; |
