mirror of https://github.com/ARMmbed/mbed-os.git
Small changes to testcase to allign with RTOS Mail test
parent
40514add7f
commit
c1c470bf6f
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue