aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/can.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/src/can.c')
-rw-r--r--os/hal/src/can.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/os/hal/src/can.c b/os/hal/src/can.c
index e48095bc0..e70c25617 100644
--- a/os/hal/src/can.c
+++ b/os/hal/src/can.c
@@ -29,6 +29,22 @@
#if CH_HAL_USE_CAN || defined(__DOXYGEN__)
+/*===========================================================================*/
+/* Driver exported variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver local variables. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver local functions. */
+/*===========================================================================*/
+
+/*===========================================================================*/
+/* Driver exported functions. */
+/*===========================================================================*/
+
/**
* @brief CAN Driver initialization.
*/