mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
*** empty log message ***
This commit is contained in:
@@ -24,3 +24,4 @@ tunnel.ARCHDIR = $(ARCHI)
|
|||||||
tunnel.ARCH = atmega128
|
tunnel.ARCH = atmega128
|
||||||
tunnel.TARGET = autopilot
|
tunnel.TARGET = autopilot
|
||||||
tunnel.TARGETDIR = autopilot
|
tunnel.TARGETDIR = autopilot
|
||||||
|
tunnel.srcs += $(SRC_ARCH)/uart_tunnel.c
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
#include <avr/io.h>
|
#include <avr/io.h>
|
||||||
|
#if (__GNUC__ == 3)
|
||||||
#include <avr/signal.h>
|
#include <avr/signal.h>
|
||||||
|
#endif
|
||||||
#include <avr/interrupt.h>
|
#include <avr/interrupt.h>
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
|
|
||||||
#define UART_PC_PORT PORTE
|
#define UART_PC_PORT PORTE
|
||||||
#define UART_PC_DDR DDRE
|
#define UART_PC_DDR DDRE
|
||||||
|
|||||||
Reference in New Issue
Block a user