Fixed declaration f00
This commit is contained in:
parent
c8ff3182c0
commit
456ec10713
|
@ -256,7 +256,10 @@ 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) {
|
||||
for(uchar x=x0; x<=x1; ++x) {
|
||||
for(uchar y=y0; y<=y1; ++y) {
|
||||
|
|
Loading…
Reference in New Issue