Mercurial > flash_v2
changeset 1606:6afeeb154176
Fix typo
| author | gthomas |
|---|---|
| date | Fri, 23 Apr 2004 20:44:49 +0000 |
| parents | 43a89c18d005 |
| children | 97461e236a47 |
| files | packages/hal/powerpc/mpc5xx/current/src/var_intr.c |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/powerpc/mpc5xx/current/src/var_intr.c +++ b/packages/hal/powerpc/mpc5xx/current/src/var_intr.c @@ -324,7 +324,7 @@ hal_mpc5xx_remove_arbitration_isr(cyg_ui #ifdef CYGSEM_HAL_POWERPC_MPC5XX_IMB3_ARBITER // Prevent anything from coming through while manipulating the list HAL_INTERRUPT_MASK(CYGNUM_HAL_INTERRUPT_SIU_LVL7); - result = mc5xx_remove(imb3_data_head, apriority); + result = mpc5xx_remove(imb3_data_head, apriority); // If something was removed, update the list. if(result) imb3_data_head = result->reserved;
