diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-06-10 12:51:24 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-06-16 11:00:15 -0400 |
commit | da755c3c1b0288c6ea488a56be615b5878904fa6 (patch) | |
tree | eb8ba933dd3efe5d8540bad2973cf4e34593b4c2 /src/stm32/stm32f0_i2c.c | |
parent | b9e195f098c3dd2e61410aa85e2784c9cbc01e5d (diff) | |
download | kutter-da755c3c1b0288c6ea488a56be615b5878904fa6.tar.gz kutter-da755c3c1b0288c6ea488a56be615b5878904fa6.tar.xz kutter-da755c3c1b0288c6ea488a56be615b5878904fa6.zip |
canbus: Move global variables into a struct
Create a single CanData global variable to track the canbus state.
ARM micro-controllers generally produce better code when global
variables are in a struct.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/stm32/stm32f0_i2c.c')
0 files changed, 0 insertions, 0 deletions