Improves the custom bootscreen logo feature

This commit is contained in:
João Brázio
2016-07-15 00:07:34 +01:00
parent 1f3283e3a5
commit fa4274cf4c
4 changed files with 36 additions and 99 deletions

View File

@ -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