/* * Copyright (c) 2023 HPMicro * * SPDX-License-Identifier: BSD-3-Clause * */ #ifndef _MAIN_H_ #define _MAIN_H_ void appMain(void *argument); #endif