diff options
Diffstat (limited to 'apps/recorder/bmp.h')
-rw-r--r-- | apps/recorder/bmp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/bmp.h b/apps/recorder/bmp.h index 3ddc3b66df..610ec29f21 100644 --- a/apps/recorder/bmp.h +++ b/apps/recorder/bmp.h | |||
@@ -36,6 +36,7 @@ | |||
36 | #define BM_MAX_WIDTH (((LCD_WIDTH) + 7) & ~7) | 36 | #define BM_MAX_WIDTH (((LCD_WIDTH) + 7) & ~7) |
37 | 37 | ||
38 | struct uint8_rgb { | 38 | struct uint8_rgb { |
39 | /* Little endian */ | ||
39 | uint8_t blue; | 40 | uint8_t blue; |
40 | uint8_t green; | 41 | uint8_t green; |
41 | uint8_t red; | 42 | uint8_t red; |