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