Oopenvela-robotadc: fix the compilation error
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
cmake:refine cmake build for apps/examples Signed-off-by: xuxin19 <xuxin19@xiaomi.com> | 2 个月前 | |
Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL since boardctl isn't a libc feature Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
nshlib: support c++ access nsh api N/A Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com> | 2 个月前 | |
Merge branch 'dev-merge-github-20230228' into dev | 2 个月前 | |
adc: fix the compilation error adc_main.c: In function 'main': 14:41:30 adc_main.c:310:22: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long unsigned int' [-Wformat=] 310 | printf("adc_main: read size=%ld is not a multiple of " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 311 | "sample size=%d, Ignoring\n", 312 | (long)nbytes, sizeof(struct adc_msg_s)); | ~~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int adc_main.c:311:36: note: format string is defined here 311 | "sample size=%d, Ignoring\n", | ~^ | | | int | %ld Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com> | 2 个月前 |