0.0.2d: Added BGA support, graphics!
This commit is contained in:
@ -13,5 +13,7 @@ static inline int div_round_up(int a, int b)
|
||||
return (a + b - 1) / b;
|
||||
}
|
||||
|
||||
int abs(int x);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user