aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorey Schuhen <[email protected]>2024-03-07 08:27:45 +1000
committerCorey Schuhen <[email protected]>2024-03-07 17:45:01 +1000
commit84d21e959d98326ff4c92c7c2278fe356ff4e5c0 (patch)
tree2af4267a98c15863ac08aa7f1d7c7c5f80950a98
parent98e7a0a423de98c32863e2949b381efa7b5cdead (diff)
Dummy
-rw-r--r--embassy-stm32/src/can/bx/mod.rs3
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 {}
71pub unsafe trait FilterOwner: Instance { 71pub 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