3213| 2
|
H750的UCOSIII+WEB实验开启POST程序卡死直接进HardFault_Handler |
2金钱
最佳答案已解决,将atoi函数替换如下即可:
int myatoi(const char *nptr)
{
int c; /* current char */
int total; /* current total */
int sign; /* if '-', then negative, otherwise positive */
/* skip whitespace */
while ( myisspace((int)(unsigned char)*nptr))
++nptr;
c = (int)(unsigned char)*nptr++;
sig ...
| ||
| ||
| ||
|手机版|OpenEdv-开源电子网 ( 粤ICP备12000418号-1 )
GMT+8, 2024-11-24 17:27
Powered by OpenEdv-开源电子网
© 2001-2030 OpenEdv-开源电子网