Skip to content

Commit cabd7a3

Browse files
pmancele0xc0170
authored andcommitted
fix can_s struct definition
1 parent dbe34f0 commit cabd7a3

File tree

1 file changed

+0
-5
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG

1 file changed

+0
-5
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L496xG/objects.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ struct port_s {
5454
__IO uint32_t *reg_out;
5555
};
5656

57-
struct can_s {
58-
CANName can;
59-
int index;
60-
};
61-
6257
struct trng_s {
6358
RNG_HandleTypeDef handle;
6459
};

0 commit comments

Comments
 (0)