net: tests: Remove unnecessary microkernel ifdef for mainloop
Change-Id: Ifbf41aeece7f889eb8f4e836c59df5e830882942 Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
8fc854029a
commit
7029d6ed62
2 changed files with 1 additions and 5 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
% TASK NAME PRIO ENTRY STACK GROUPS
|
||||
% ===================================================
|
||||
TASK MAIN 7 mainloop 2048 [EXE]
|
||||
TASK MAIN 7 main 2048 [EXE]
|
||||
|
|
|
|||
|
|
@ -53,11 +53,7 @@ static void buf_destroy(struct net_buf *buf)
|
|||
static NET_BUF_POOL(bufs_pool, 22, 74, &bufs_fifo, buf_destroy,
|
||||
sizeof(struct bt_data));
|
||||
|
||||
#ifdef CONFIG_MICROKERNEL
|
||||
void mainloop(void)
|
||||
#else
|
||||
void main(void)
|
||||
#endif
|
||||
{
|
||||
struct net_buf *bufs[ARRAY_SIZE(bufs_pool)];
|
||||
struct nano_fifo fifo;
|
||||
|
|
|
|||
Loading…
Reference in a new issue