KT25-0812_82A-UART/apps/soundbox/include/smartbox/smartbox.h
2025-08-12 18:09:23 +08:00

15 lines
264 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"
void smartbox_init(void);
#endif//__SMARTBOX_H__