Improves the custom bootscreen logo feature
This commit is contained in:
@ -97,6 +97,8 @@
|
||||
#define PENDING(NOW,SOON) ((long)(NOW-(SOON))<0)
|
||||
#define ELAPSED(NOW,SOON) (!PENDING(NOW,SOON))
|
||||
|
||||
#define NOOP do{}while(0)
|
||||
#define NOOP do{} while(0)
|
||||
|
||||
#define CEILING(x,y) (((x) + (y) - 1) / (y))
|
||||
|
||||
#endif //__MACROS_H
|
||||
|
Reference in New Issue
Block a user