Skip to content

Commit dd29960

Browse files
committed
Remove bitmapHeader struct declaration
1 parent db552eb commit dd29960

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

src/system/NetworkController/NetworkController.h

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,6 @@
2727
#include "time.h"
2828
#include <string.h>
2929

30-
/**
31-
* @brief BitmapHeader structure that includes standard bitmap parameters
32-
*/
33-
struct bitmapHeader
34-
{
35-
uint16_t signature; // Is picture a legal BMP
36-
uint32_t fileSize; // Size of image in bytes
37-
uint32_t startRAW; // Address where raw data (pixel array) can be found/is started
38-
uint32_t dibHeaderSize; // Size of the header in bytes
39-
uint32_t width; // Width of image
40-
uint32_t height; // Height of image
41-
uint16_t color; // The number of bits per pixel, which is the color depth of
42-
// the image. Typical values are 1, 4, 8, 16, 24 and 32
43-
uint32_t compression; // The compression method being used. See the next table
44-
// for a list of possible values
45-
};
46-
4730
#define WIFI_TIMEOUT 23
4831

4932
/**

0 commit comments

Comments
 (0)