mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
allow in-page offets
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: test-coffee.c,v 1.1 2008/09/18 10:35:30 nvt-se Exp $
|
||||
* $Id: test-coffee.c,v 1.2 2008/10/16 10:14:41 nvt-se Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
@@ -195,7 +195,6 @@ run_consistency_test(void)
|
||||
}
|
||||
|
||||
offset = random_rand() % 8192;
|
||||
offset &= ~0xffU;
|
||||
|
||||
for(r = 0; r < sizeof(buf); r++) {
|
||||
buf[r] = r;
|
||||
|
Reference in New Issue
Block a user