use volatile

This commit is contained in:
TheLastRar 2015-05-14 13:23:09 +01:00
parent a0ec633c46
commit ff4cf51494
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ bool rx_fifo_can_rx()
//we can recv a packet ! //we can recv a packet !
return true; return true;
} }
bool fireIntR = false; volatile bool fireIntR = false;
void rx_process(NetPacket* pk) void rx_process(NetPacket* pk)
{ {
if (!rx_fifo_can_rx()) if (!rx_fifo_can_rx())