* @ingroup SystemInit * * This function will initialize system module */
| 130 | * This function will initialize system module |
| 131 | */ |
| 132 | int rt_system_module_init(void) |
| 133 | { |
| 134 | return 0; |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * This function will return self module object |
no outgoing calls
no test coverage detected