mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-24 07:29:42 +00:00
surpress warning.
This commit is contained in:
parent
eed8544a0d
commit
3178906b43
@ -7,7 +7,7 @@ void irq(void)
|
|||||||
{
|
{
|
||||||
uint32_t pending;
|
uint32_t pending;
|
||||||
|
|
||||||
while (pending = *NIPEND) {
|
while ((pending = *NIPEND)) {
|
||||||
|
|
||||||
if(bit_is_set(pending, INT_NUM_TMR)) {
|
if(bit_is_set(pending, INT_NUM_TMR)) {
|
||||||
/* dispatch to individual timer isrs if they exist */
|
/* dispatch to individual timer isrs if they exist */
|
||||||
|
Loading…
Reference in New Issue
Block a user