Missing i found by David Sidrane

This commit is contained in:
Gregory Nutt 2015-04-09 15:16:05 -06:00
parent 7f5e2aa2f0
commit c49f7a8e87

View File

@ -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 ***************************************************************/