From e79acd9140c740166465ea481ea411bd883223d2 Mon Sep 17 00:00:00 2001 From: acirillo87 Date: Fri, 2 Aug 2013 11:29:23 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6066 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/SPC5xx/FlexCAN_v1/can_lld.c | 1 + 1 file changed, 1 insertion(+) diff --git a/os/hal/platforms/SPC5xx/FlexCAN_v1/can_lld.c b/os/hal/platforms/SPC5xx/FlexCAN_v1/can_lld.c index a7205231e..d8bda8da2 100644 --- a/os/hal/platforms/SPC5xx/FlexCAN_v1/can_lld.c +++ b/os/hal/platforms/SPC5xx/FlexCAN_v1/can_lld.c @@ -81,6 +81,7 @@ CANDriver CAND6; */ static void can_lld_tx_handler(CANDriver *canp) { uint32_t iflag1, iflag2; + (void)iflag2; /* No more events until a message is transmitted.*/ iflag1 = canp->flexcan->IFRL.R; -- cgit v1.2.3