Clean up some formatting
This commit is contained in:
parent
9c235ef821
commit
945139e328
2 changed files with 6 additions and 6 deletions
|
@ -29,7 +29,7 @@ uint8_t read_byte_rom(uint8_t * str);
|
||||||
|
|
||||||
#ifndef NUM_ARRAY
|
#ifndef NUM_ARRAY
|
||||||
#define NUM_ARRAY(a) (sizeof(a)/sizeof((a)[0]))
|
#define NUM_ARRAY(a) (sizeof(a)/sizeof((a)[0]))
|
||||||
#endif // NUM_ARRAY
|
#endif
|
||||||
|
|
||||||
typedef uint16_t pixel_len_t;
|
typedef uint16_t pixel_len_t;
|
||||||
#define PIXEL_LEN_NOLIMIT ((pixel_len_t)(-1))
|
#define PIXEL_LEN_NOLIMIT ((pixel_len_t)(-1))
|
||||||
|
|
Reference in a new issue