From 60b16e86858a12d513292c36f6aa265d8f19033a Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 11 Feb 2013 10:26:34 +0100 Subject: more GDISP_LLD() cleanup --- src/gdisp/gdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gdisp') diff --git a/src/gdisp/gdisp.c b/src/gdisp/gdisp.c index 2d757fcb..c8383ff3 100644 --- a/src/gdisp/gdisp.c +++ b/src/gdisp/gdisp.c @@ -95,7 +95,7 @@ /* OK - we need to obtain the mutex in case a synchronous operation is occurring */ chMtxLock(&gdispMutex); - GDISP_LLD(msgdispatch)(pmsg); + lld_gdisp_msg_dispatch(pmsg); chMtxUnlock(); /* Mark the message as free */ -- cgit v1.2.3