-
Notifications
You must be signed in to change notification settings - Fork 5.3k
修复 MMCSD 宏拼写错误+内核开启LOG_D编译问题 #10076
New issue
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
修复 MMCSD 宏拼写错误+内核开启LOG_D编译问题 #10076
Conversation
#define RT_SDIO_THREAD_PRIORITY 15 | ||
#define RT_MMCSD_STACK_SIZE 8192 | ||
#define RT_MMCSD_THREAD_PREORITY 22 | ||
#define RT_MMCSD_THREAD_PRIORITY 22 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这块为啥要改成这个?我搜了下没有这个定义
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
单词拼写错了,顺手改的。。。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
单词拼写错了,顺手改的。。。
那麻烦都改掉吧,https://github.com/search?q=repo%3ART-Thread%2Frt-thread+RT_MMCSD_THREAD_PREORITY+&type=code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已经全部更改
拉取/合并请求描述:(PR description)
[
为什么提交这份PR (why to submit this PR)
1.打开LOG_D后,编译不过去;
2.sdio 宏拼写错误;
你的解决方案是什么 (what is your solution)
查找结构体中变量所在位置
请提供验证的bsp和config (provide the config and bsp)
]
当前拉取/合并请求的状态 Intent for your PR
必须选择一项 Choose one (Mandatory):
代码质量 Code Quality:
我在这个拉取/合并请求中已经考虑了 As part of this pull request, I've considered the following:
#if 0
代码,不包含已经被注释了的代码 All redundant code is removed and cleaned up