mcu_hi3321_watch/tjd/sql/sql_all.h
2025-05-26 20:15:20 +08:00

20 lines
522 B
C

/*----------------------------------------------------------------------------
* Copyright (c) Fenda Technologies Co., Ltd. 2021. All rights reserved.
*
* Description: sql_all.h
*
* Author: saimen
*
* Create: 2024-06-08
*--------------------------------------------------------------------------*/
#ifndef SQL_ALL_H
#define SQL_ALL_H
#include "sql_setting.h"
#include "sql_weather.h"
#include "sql_fit.h"
#include "sql_bt.h"
#include "sql_alarm.h"
#include "sql_message.h"
#endif /*SQL_ALL_H*/