| 26 | #define ROW_SIZE 8 |
| 27 | |
| 28 | typedef struct MAP_DATA { |
| 29 | unsigned char row[ROW_SIZE]; |
| 30 | } MAP_DATA; |
| 31 | |
| 32 | static const MAP_DATA columns[] = { |
| 33 | {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}, |
nothing calls this directly
no outgoing calls
no test coverage detected