Merge pull request #3786 from hathach/claude/improve-debug-skill-agent

docs(skills): debug-skill overhaul — role-neutral capture model, verified debugger arsenal, Espressif backend
This commit is contained in:
Ha Thach
2026-07-24 15:45:15 +07:00
committed by GitHub
22 changed files with 1363 additions and 302 deletions

View File

@ -153,7 +153,7 @@ static stdio_driver_t stdio_rtt = {
.in_chars = stdio_rtt_read
};
void stdio_rtt_init(void) {
static void stdio_rtt_init(void) {
stdio_set_driver_enabled(&stdio_rtt, true);
}
#endif