switching uart header file

This commit is contained in:
bg nerilex 2015-02-08 22:19:54 +01:00
parent 1f6be6ce98
commit b8aa8d0613
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
#if DEBUG
#include "cli.h"
#include "uart_i.h"
#include "uart.h"
#include "bigint_io.h"
#endif

View File

@ -27,7 +27,7 @@
#if 1
#include <stdio.h>
#include "bigint_io.h"
#include "uart_i.h"
#include "uart.h"
#include <avr/pgmspace.h>
#endif