ESP32/components/app_console/app_console.h

15 lines
190 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
/**
* @brief Register application-specific console commands
*/
void app_console_register_commands(void);
#ifdef __cplusplus
}
#endif