Make simulat0r build work again
This commit is contained in:
parent
4ec0525b3a
commit
97e35677db
|
@ -256,10 +256,6 @@ static void reset_area() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SIMULATOR
|
|
||||||
extern uint32_t getRandom(void);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
static void random_area(struct bitset *area, uchar x0, uchar y0, uchar x1, uchar y1,uchar value) {
|
static void random_area(struct bitset *area, uchar x0, uchar y0, uchar x1, uchar y1,uchar value) {
|
||||||
for(uchar x=x0; x<=x1; ++x) {
|
for(uchar x=x0; x<=x1; ++x) {
|
||||||
for(uchar y=y0; y<=y1; ++y) {
|
for(uchar y=y0; y<=y1; ++y) {
|
||||||
|
|
Loading…
Reference in New Issue