rt-thread-official/bsp/bf533/application.h

25 lines
386 B
C
Raw Permalink Normal View History

2013-01-08 22:40:58 +08:00
/*
2023-01-12 12:25:57 +08:00
* Copyright (c) 2006-2023, RT-Thread Development Team
2013-01-08 22:40:58 +08:00
*
* SPDX-License-Identifier: Apache-2.0
2013-01-08 22:40:58 +08:00
*
* Change Logs:
* Date Author Notes
* 2012-02-13 mojingxian first version
*/
#ifndef __APPLICATION_H__
#define __APPLICATION_H__
#ifdef __cplusplus
extern "C" {
#endif
void rt_application_init(void);
#ifdef __cplusplus
}
#endif
#endif /* __APPLICATION_H__ */