tests: pending: fix code style
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
93bcc957da
commit
3521e2e5e7
1 changed files with 6 additions and 6 deletions
|
@ -60,13 +60,13 @@ static struct k_sem sync_test_sem;
|
||||||
static struct k_sem end_test_sem;
|
static struct k_sem end_test_sem;
|
||||||
|
|
||||||
struct fifo_data fifo_test_data[4] = {
|
struct fifo_data fifo_test_data[4] = {
|
||||||
{0, FIFO_TEST_END + 1}, {0, FIFO_TEST_END + 2},
|
{ 0, FIFO_TEST_END + 1 }, { 0, FIFO_TEST_END + 2 },
|
||||||
{0, FIFO_TEST_END + 3}, {0, FIFO_TEST_END + 4}
|
{ 0, FIFO_TEST_END + 3 }, { 0, FIFO_TEST_END + 4 }
|
||||||
};
|
};
|
||||||
|
|
||||||
struct lifo_data lifo_test_data[4] = {
|
struct lifo_data lifo_test_data[4] = {
|
||||||
{0, LIFO_TEST_END + 1}, {0, LIFO_TEST_END + 2},
|
{ 0, LIFO_TEST_END + 1 }, { 0, LIFO_TEST_END + 2 },
|
||||||
{0, LIFO_TEST_END + 3}, {0, LIFO_TEST_END + 4}
|
{ 0, LIFO_TEST_END + 3 }, { 0, LIFO_TEST_END + 4 }
|
||||||
};
|
};
|
||||||
|
|
||||||
static u32_t timer_start_tick;
|
static u32_t timer_start_tick;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue