Changeset b2951e2 in mainline for init/init.c
- Timestamp:
- 2006-06-07T19:27:43Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3d1e11
- Parents:
- f951077
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
init/init.c
rf951077 rb2951e2 27 27 */ 28 28 29 /** @addtogroup init Init 30 * @brief Init process for testing purposes. 31 * @{ 32 */ 33 /** 34 * @file 35 */ 36 29 37 #include "version.h" 30 38 #include <stdio.h> … … 50 58 return 0; 51 59 } 60 61 /** @} 62 */ 63
Note:
See TracChangeset
for help on using the changeset viewer.