关于Warning[Pe069]: integer conversion resulted in truncation的问题
[复制链接]
调试程序碰到一个问题GPIOPinWrite(GPIO_PORTB_BASE, LED, LED^GPIOPinRead(GPIO_PORTB_BASE,LED))这个正常,如果换成
GPIOPinWrite(GPIO_PORTB_BASE, LED, ~LED)就会出现Warning[Pe069]: integer conversion resulted in truncation,这是怎么回事呢?
[ 本帖最后由 navigat 于 2012-1-14 12:51 编辑 ]
|