Revision 3940ba8a core/src/aos_system.c

View differences:

core/src/aos_system.c
26 26
 * @{
27 27
 */
28 28

  
29
#include <aos_system.h>
30

  
31
#include <amiroblt.h>
32
#include <module.h>
29
#include <amiroos.h>
30
#include <stdarg.h>
33 31
#include <string.h>
34 32
#include <stdlib.h>
33

  
35 34
#if (AMIROOS_CFG_TESTS_ENABLE == true)
36 35
#include <ch_test.h>
37 36
#include <rt_test_root.h>

Also available in: Unified diff