摘要: STM32Hal库学习11.23 1.使用Printf重定义函数时,如果发现已经定义了fputc函数,但是仍没有输出,但是不报错,可能是没有定义__io_putchar。 // 实现__io_putchar函数,用于系统调用层的输出重定向 int __io_putchar(int ch) { // 阅读全文
posted @ 2025-11-23 23:00 小智001 阅读(0) 评论(0) 推荐(0)