Commit 1ba7907 1 parent d917386 commit 1ba7907 Copy full SHA for 1ba7907
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#include <stdio.h>
2
2
#include <stdint.h>
3
3
4
- typedef struct {
5
- uint32_t RIR ; /*!< CAN receive FIFO mailbox identifier register */
6
- uint32_t RDTR ; /*!< CAN receive FIFO mailbox data length control and time stamp register */
7
- uint32_t RDLR ; /*!< CAN receive FIFO mailbox data low register */
8
- uint32_t RDHR ; /*!< CAN receive FIFO mailbox data high register */
9
- } CAN_FIFOMailBox_TypeDef ;
4
+ typedef struct {
5
+ uint32_t RIR ; /*!< CAN receive FIFO mailbox identifier register */
6
+ uint32_t RDTR ; /*!< CAN receive FIFO mailbox data length control and time stamp register */
7
+ uint32_t RDLR ; /*!< CAN receive FIFO mailbox data low register */
8
+ uint32_t RDHR ; /*!< CAN receive FIFO mailbox data high register */
9
+ } CAN_FIFOMailBox_TypeDef ;
10
10
11
11
#include "../../board/drivers/canbitbang.h"
12
12
You can’t perform that action at this time.
0 commit comments