MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/wifi_examples/wifi_ipv4_ipv6_echo/shell_task.h
2022-04-08 22:46:35 +08:00

14 lines
247 B
C

/*
* Copyright 2022 NXP
* All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef SHELL_TASK_H_
#define SHELL_TASK_H_
void shell_task_init(void *additional_commands, int additional_stack_size);
#endif /* SHELL_TASK_H_ */