From c74da79d45345de8f393a07a64a87f24b01d4049 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 4 Oct 2014 07:57:37 +0000 Subject: Fixed bug #539. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7359 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/mac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include') 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 -- cgit v1.2.3