aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32/can_lld.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-03 13:37:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-03 13:37:41 +0000
commit6b063bc3964e363bdd54dbeae6236b6b4164a84e (patch)
tree14bc4fb978e729627a68acf4ebc2dcbc041cdd29 /os/hal/platforms/STM32/can_lld.h
parent259628a5696fde6e6eb86f870788340b0208e754 (diff)
downloadChibiOS-6b063bc3964e363bdd54dbeae6236b6b4164a84e.tar.gz
ChibiOS-6b063bc3964e363bdd54dbeae6236b6b4164a84e.tar.bz2
ChibiOS-6b063bc3964e363bdd54dbeae6236b6b4164a84e.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6835 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32/can_lld.h')
-rw-r--r--os/hal/platforms/STM32/can_lld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/can_lld.h b/os/hal/platforms/STM32/can_lld.h
index c339c01e7..d4e8188bb 100644
--- a/os/hal/platforms/STM32/can_lld.h
+++ b/os/hal/platforms/STM32/can_lld.h
@@ -355,6 +355,7 @@ extern "C" {
void can_lld_sleep(CANDriver *canp);
void can_lld_wakeup(CANDriver *canp);
#endif /* CAN_USE_SLEEP_MODE */
+ void canSTM32SetFilters(uint32_t can2sb, uint32_t num, const CANFilter *cfp);
#ifdef __cplusplus
}
#endif