diff options
Diffstat (limited to 'os/hal/include/hal_mac.h')
-rw-r--r-- | os/hal/include/hal_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/hal/include/hal_mac.h b/os/hal/include/hal_mac.h index 5c7bc82de..0ca5e5fcd 100644 --- a/os/hal/include/hal_mac.h +++ b/os/hal/include/hal_mac.h @@ -184,11 +184,11 @@ extern "C" { void macSetAddress(MACDriver *macp, const uint8_t *p);
msg_t macWaitTransmitDescriptor(MACDriver *macp,
MACTransmitDescriptor *tdp,
- systime_t timeout);
+ sysinterval_t timeout);
void macReleaseTransmitDescriptor(MACTransmitDescriptor *tdp);
msg_t macWaitReceiveDescriptor(MACDriver *macp,
MACReceiveDescriptor *rdp,
- systime_t timeout);
+ sysinterval_t timeout);
void macReleaseReceiveDescriptor(MACReceiveDescriptor *rdp);
bool macPollLinkStatus(MACDriver *macp);
#ifdef __cplusplus
|