diff options
| author | Ha Thach <[email protected]> | 2026-07-24 15:45:15 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-24 15:45:15 +0700 |
| commit | 24bb035be7881c2b4a95136bef4d03a91c9e31ce (patch) | |
| tree | 015368f231595d2334a4b41472be9727e37123d0 /hw | |
| parent | f3736185c7e22dda0e58ffa6e2c8df2c310d5765 (diff) | |
| parent | d9268d1e19fe7073f49af411fd9c6fa256099d3a (diff) | |
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
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/rp2040/family.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/rp2040/family.c b/hw/bsp/rp2040/family.c index 55feec159..15f179656 100644 --- a/hw/bsp/rp2040/family.c +++ b/hw/bsp/rp2040/family.c @@ -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 |
