KT24-1110_65E-HA-651B/apps/soundbox/include/smartbox/smartbox.h
2024-11-10 18:44:17 +08:00

16 lines
300 B
C

#ifndef __SMARTBOX_H__
#define __SMARTBOX_H__
#include "typedef.h"
#include "app_config.h"
#include "smartbox/config.h"
#include "smartbox/function.h"
#include "browser/browser.h"
#include "smartbox/cmd_user.h"
#include "smartbox/smartbox_task.h"
void smartbox_init(void);
#endif//__SMARTBOX_H__