Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
123456789101112 |
- /*
- * console.h
- */
-
- #ifndef __CONSOLE_H__
- #define __CONSOLE_H__
-
- void cnsl_init(void);
- void cnsl_run(void);
- void cnsl_handle_input(const char *buf, uint32_t len);
-
- #endif // __CONSOLE_H__
|