Fixed declaration f00

This commit is contained in:
roy rocket 2011-08-06 18:59:37 +02:00
parent c8ff3182c0
commit 456ec10713
1 changed files with 3 additions and 0 deletions

View File

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