Revision 53710ca3 os/core/src/aos_main.cpp

View differences:

os/core/src/aos_main.cpp
16 16
along with this program.  If not, see <http://www.gnu.org/licenses/>.
17 17
*/
18 18

  
19
/**
20
 * @file    aos_main.cpp
21
 * @brief   Main function.
22
 * @details Main function with SSSP and initialization,
23
 *          extendable via hooks.
24
 *
25
 * @addtogroup aos_system
26
 * @{
27
 */
28

  
19 29
#include <amiroos.h>
20 30
#include <module.h>
21 31

  
......
1266 1276
  // return an error, since this code should not be executed
1267 1277
  return -1;
1268 1278
}
1279

  
1280
/** @} */

Also available in: Unified diff