Revision 53710ca3 os/core/src/aos_system.c
os/core/src/aos_system.c | ||
---|---|---|
16 | 16 |
along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 | 17 |
*/ |
18 | 18 |
|
19 |
/** |
|
20 |
* @file aos_system.c |
|
21 |
* @brief System code. |
|
22 |
* @details Contains system initialization and shutdown routines |
|
23 |
* and system shell commands. |
|
24 |
* |
|
25 |
* @addtogroup aos_system |
|
26 |
* @{ |
|
27 |
*/ |
|
28 |
|
|
19 | 29 |
#include <aos_system.h> |
20 | 30 |
|
21 | 31 |
#include <amiroos.h> |
... | ... | |
1034 | 1044 |
|
1035 | 1045 |
return; |
1036 | 1046 |
} |
1047 |
|
|
1048 |
/** @} */ |
Also available in: Unified diff