Clean up some formatting

This commit is contained in:
Scott Lahteine 2018-05-27 03:11:36 -05:00
parent 9c235ef821
commit 945139e328
2 changed files with 6 additions and 6 deletions

View File

@ -29,7 +29,7 @@ uint8_t read_byte_rom(uint8_t * str);
#ifndef NUM_ARRAY
#define NUM_ARRAY(a) (sizeof(a)/sizeof((a)[0]))
#endif // NUM_ARRAY
#endif
typedef uint16_t pixel_len_t;
#define PIXEL_LEN_NOLIMIT ((pixel_len_t)(-1))