diff options
Diffstat (limited to 'os/hal/include')
-rw-r--r-- | os/hal/include/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/mac.h b/os/hal/include/mac.h index 40e52c394..e418f5bb8 100644 --- a/os/hal/include/mac.h +++ b/os/hal/include/mac.h @@ -202,7 +202,7 @@ extern "C" { MACReceiveDescriptor *rdp,
systime_t time);
void macReleaseReceiveDescriptor(MACReceiveDescriptor *rdp);
- bool_t macPollLinkStatus(MACDriver *macp);
+ bool macPollLinkStatus(MACDriver *macp);
#ifdef __cplusplus
}
#endif
|