Small changes to testcase to allign with RTOS Mail test

pull/234/head
Przemek Wirkus 2014-03-25 11:47:03 +00:00
parent 40514add7f
commit c1c470bf6f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Queue<message_t, QUEUE_SIZE> queue;
/* Send Thread */
void send_thread (void const *argument) {
static uint32_t i = 0;
static uint32_t i = 10;
while (true) {
i++; // Fake data update
message_t *message = mpool.alloc();