We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8cf5389
STM32F407
GCC
data = "+MIPURC: \"rtcp\",0,240,HTTP/1.1 200 OK" rt_sscanf(data, "+MIPURC:%*[^,],%d,%d", &device_socket, (int *)&bfsz);
以上语句, device_socket ,bfsz 不能正确获取到 0, 240
device_socket
bfsz
No response
The text was updated successfully, but these errors were encountered:
@mysterywolf 🤝
Sorry, something went wrong.
我在看了 可以先把rt_vsscanf使用libc sscanf的Kconfig选项勾上,直接用libc的
现在就是这样用.
#9863
No branches or pull requests
RT-Thread Version
8cf5389
Hardware Type/Architectures
STM32F407
Develop Toolchain
GCC
Describe the bug
以上语句,
device_socket
,bfsz
不能正确获取到 0, 240Other additional context
No response
The text was updated successfully, but these errors were encountered: