diff options
| -rw-r--r-- | embassy-stm32/src/can/bx/mod.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/embassy-stm32/src/can/bx/mod.rs b/embassy-stm32/src/can/bx/mod.rs index 2bfa827a8..f639260a1 100644 --- a/embassy-stm32/src/can/bx/mod.rs +++ b/embassy-stm32/src/can/bx/mod.rs | |||
| @@ -71,8 +71,7 @@ pub unsafe trait Instance {} | |||
| 71 | pub unsafe trait FilterOwner: Instance { | 71 | pub unsafe trait FilterOwner: Instance { |
| 72 | /// The total number of filter banks available to the instance. | 72 | /// The total number of filter banks available to the instance. |
| 73 | /// | 73 | /// |
| 74 | /// This is usually either 14 or 28, and should be specified in the chip's reference manual or | 74 | /// This is usually either 14 or 28, and should be specified in the chip's reference manual or datasheet. |
| 75 | /// datasheet. | ||
| 76 | const NUM_FILTER_BANKS: u8; | 75 | const NUM_FILTER_BANKS: u8; |
| 77 | } | 76 | } |
| 78 | 77 | ||
