mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 12:20:46 +00:00
Missing i found by David Sidrane
This commit is contained in:
parent
929ea217c7
commit
abea446dfa
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@
|
|||
* ...
|
||||
*/
|
||||
|
||||
#define STM32_CAN_FR_OFFSET(f,i) (0x240+((f)<<3)+(((i)-1)<<2))
|
||||
#define STM32_CAN_FIR_OFFSET(f,i) (0x240+((f)<<3)+(((i)-1)<<2))
|
||||
|
||||
/* Register Addresses ***************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue