MCUXpresso_MIMXRT1021xxxxx/boards/evkmimxrt1020/wifi_examples/wifi_ipv4_ipv6_echo/shell_task.h
2022-08-23 23:00:33 +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_ */