d74a78795d
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1921 bbd45198-f89e-11dd-88c7-29a3b14d5316
16 lines
244 B
C
16 lines
244 B
C
/*
|
|
* components_init.h
|
|
*
|
|
*/
|
|
|
|
#ifndef __COMPONENTS_INIT_H__
|
|
#define __COMPONENTS_INIT_H__
|
|
|
|
/**
|
|
* Initializes components in RT-Thread
|
|
* notes: this function must be invoked in thread
|
|
*/
|
|
void rt_components_init(void);
|
|
|
|
#endif
|