summaryrefslogtreecommitdiff
path: root/apps/recorder/bmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/bmp.h')
-rw-r--r--apps/recorder/bmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/bmp.h b/apps/recorder/bmp.h
index 31bd0730bd..3ddc3b66df 100644
--- a/apps/recorder/bmp.h
+++ b/apps/recorder/bmp.h
@@ -39,6 +39,7 @@ struct uint8_rgb {
39 uint8_t blue; 39 uint8_t blue;
40 uint8_t green; 40 uint8_t green;
41 uint8_t red; 41 uint8_t red;
42 uint8_t alpha;
42}; 43};
43 44
44struct dim { 45struct dim {