diff options
Diffstat (limited to 'os/hal/platforms/SPC56ELxx/hal_lld.h')
-rw-r--r-- | os/hal/platforms/SPC56ELxx/hal_lld.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/os/hal/platforms/SPC56ELxx/hal_lld.h b/os/hal/platforms/SPC56ELxx/hal_lld.h index ac5d8d0de..251df538e 100644 --- a/os/hal/platforms/SPC56ELxx/hal_lld.h +++ b/os/hal/platforms/SPC56ELxx/hal_lld.h @@ -912,7 +912,6 @@ #define SPC5_FLEXCAN_CLK (SPC5_AUX2_CLK / SPC5_FLEXCAN_DIVIDER_VALUE)
#else
#define SPC5_FLEXCAN_CLK 0
-
#endif
/*===========================================================================*/
|