在线时间0 小时
UID345459
ST金币0
蝴蝶豆0
注册时间2009-9-26
中级会员
- 最后登录
- 1970-1-1
|
a0a.1 0b0c
#define DT_L GPIO_ResetBits(GPIOB, GPIO_Pin_11);
#define DT_H GPIO_SetBits(GPIOB, GPIO_Pin_11);
前面的宏定义
if(dt&0x80)DT_H;
错误指向这里: else DT_L;
错误提示:..\W5100.c(135): error: #127: expected a statement
|
|