Mercurial > flash_v2
diff packages/hal/arm/xscale/iq80321/current/include/hal_diag.h @ 1418:879ff7a40226
hal_delay_us() is a C function.
| author | asl |
|---|---|
| date | Fri, 05 Dec 2003 09:56:54 +0000 |
| parents | d2c90368aeef |
| children |
line wrap: on
line diff
--- a/packages/hal/arm/xscale/iq80321/current/include/hal_diag.h +++ b/packages/hal/arm/xscale/iq80321/current/include/hal_diag.h @@ -70,7 +70,7 @@ #define HAL_DIAG_READ_CHAR(_c_) hal_if_diag_read_char(&_c_) // Not the best place for this, but ... -extern void hal_delay_us(cyg_int32 usecs); +externC void hal_delay_us(cyg_int32 usecs); #define HAL_DELAY_US(n) hal_delay_us(n);
