Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Loading...
Searching...
No Matches
can_arch.c
Go to the documentation of this file.
1
2
3#include "mcu_periph/can_arch.h"
4#include "mcu_periph/can.h"
5#include "mcu_periph/sys_time_arch.h"
6#include "stdio.h"
7#include "string.h"
8
9
10
11struct can_arch_periph {
12
13};
14
15
16
17void can_hw_init(void) {
18
19}
20
22 // TODO
23 return 0;
24}
void can_hw_init()
Definition can_arch.c:71
int can_transmit_frame(struct pprzcan_frame *txframe, struct pprzaddr_can *addr)
Definition can_arch.c:152
uint16_t foo
Definition main_demo5.c:58