mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 13:13:31 +08:00
如果开启了RT_CAN_USING_HDR,则提示该驱动不支持硬件过滤器,请取消RT_CAN_USING_HDR。
This commit is contained in:
parent
3e7580dc7d
commit
778199f876
@ -15,6 +15,10 @@
|
||||
|
||||
#ifdef RT_USING_CAN
|
||||
|
||||
#ifdef RT_CAN_USING_HDR
|
||||
#error "The CAN driver does not support hardware filters, Please disable RT_CAN_USING_HDR"
|
||||
#endif
|
||||
|
||||
#if defined (SOC_SERIES_STM32F1)
|
||||
static const struct stm_baud_rate_tab can_baud_rate_tab[] =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user