1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

ps: added doxygen documentation

This commit is contained in:
Oleg Hahm 2015-04-19 11:40:26 +02:00
parent 89b32aefe3
commit a31aa449a6

View File

@ -26,6 +26,9 @@
extern "C" {
#endif
/**
* @brief Print information to all active threads to stdout.
*/
void ps(void);
int _ps_handler(int argc, char **argv);