Revision 2dd2e257 core/inc/aos_system.h
| core/inc/aos_system.h | ||
|---|---|---|
| 167 | 167 | 
    event_source_t os;  | 
| 168 | 168 | 
    } events;  | 
| 169 | 169 | 
     | 
| 170 | 
    #if (AMIROOS_CFG_SHELL_ENABLE == true) || defined(__DOXYGEN__)  | 
|
| 170 | 
    #if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true) || defined(__DOXYGEN__)
   | 
|
| 171 | 171 | 
    /**  | 
| 172 | 172 | 
    * @brief Pointer to the shell object.  | 
| 173 | 173 | 
    */  | 
| ... | ... | |
| 191 | 191 | 
    #ifdef __cplusplus  | 
| 192 | 192 | 
    extern "C" {
   | 
| 193 | 193 | 
    #endif  | 
| 194 | 
    #if (AMIROOS_CFG_SHELL_ENABLE == true)  | 
|
| 194 | 
    #if (AMIROOS_CFG_SHELL_ENABLE == true) || (AMIROOS_CFG_TESTS_ENABLE == true)
   | 
|
| 195 | 195 | 
    void aosSysInit(const char* shellPrompt);  | 
| 196 | 196 | 
    #else  | 
| 197 | 197 | 
    void aosSysInit(void);  | 
Also available in: Unified diff