aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-02 11:29:23 +0000
committeracirillo87 <acirillo87@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-08-02 11:29:23 +0000
commite79acd9140c740166465ea481ea411bd883223d2 (patch)
tree069106af707b839076dc417a0a1ce5448bd4e530
parent85419c96bd16295312bf833a9b5a927ba03d0026 (diff)
downloadChibiOS-e79acd9140c740166465ea481ea411bd883223d2.tar.gz
ChibiOS-e79acd9140c740166465ea481ea411bd883223d2.tar.bz2
ChibiOS-e79acd9140c740166465ea481ea411bd883223d2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6066 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/hal/platforms/SPC5xx/FlexCAN_v1/can_lld.c1
1 files changed, 1 insertions, 0 deletions
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;