X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Ftimer_dsp56k.h;h=42bd4b5fe8d0f74509d4dfb5253f7673505dd78c;hb=86ca446c6d5113066d6c16e602acff01aee5ae29;hp=f0ff8843ba87347c1ef860800fbc05e607cc7cf3;hpb=277b540c0764dd376dcf583acdc97a2b2fd3d8e6;p=bertos.git diff --git a/drv/timer_dsp56k.h b/drv/timer_dsp56k.h index f0ff8843..42bd4b5f 100755 --- a/drv/timer_dsp56k.h +++ b/drv/timer_dsp56k.h @@ -15,6 +15,9 @@ /*#* *#* $Log$ + *#* Revision 1.6 2004/11/16 22:37:14 bernie + *#* Replace IPTR with iptr_t. + *#* *#* Revision 1.5 2004/08/25 14:12:08 rasky *#* Aggiornato il comment block dei log RCS *#* @@ -54,7 +57,7 @@ //! Type of time expressed in ticks of the hardware high precision timer typedef uint16_t hptime_t; -static void system_timer_isr(UNUSED(IPTR, arg)); +static void system_timer_isr(UNUSED(iptr_t, arg)); static void timer_hw_init(void) { @@ -102,6 +105,6 @@ INLINE hptime_t timer_hw_hpread(void) } #define DEFINE_TIMER_ISR \ - static void system_timer_isr(UNUSED(IPTR, arg)) + static void system_timer_isr(UNUSED(iptr_t, arg)) #endif /* DRV_TIMER_DSP56_H */