fix in icc_mail_check
This commit is contained in:
parent
7045bc208b
commit
0d5eb14892
1 changed files with 2 additions and 1 deletions
|
@ -242,7 +242,7 @@ int icc_mail_ping( void )
|
|||
return 0;
|
||||
}
|
||||
|
||||
// iRCCE is not thread save => disable interrupts
|
||||
// disable interrupts
|
||||
flags = irq_nested_disable();
|
||||
|
||||
// start timer
|
||||
|
@ -353,6 +353,7 @@ void icc_mail_check(void)
|
|||
int res;
|
||||
|
||||
kprintf( "Hello from icc_mail_check() \n" );
|
||||
|
||||
// empty mailbox and interpret headers
|
||||
do {
|
||||
res = iRCCE_mail_recv( &header );
|
||||
|
|
Loading…
Add table
Reference in a new issue