mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 12:24:07 -04:00
Commit the RX IAR projects ready for release.
This commit is contained in:
parent
0723a674f2
commit
2a44b5641d
13 changed files with 1401 additions and 1448 deletions
|
@ -530,6 +530,8 @@ long lHigherPriorityTaskWoken = pdFALSE;
|
|||
extern xSemaphoreHandle xEMACSemaphore;
|
||||
static long ulTxEndInts = 0;
|
||||
|
||||
__enable_interrupt();
|
||||
|
||||
/* Has a Tx end occurred? */
|
||||
if( ul & emacTX_END_INTERRUPT )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue