moved uart to mcu_periph/uart

This commit is contained in:
Antoine Drouin
2010-12-04 23:32:33 +01:00
parent b7219d6fc8
commit 6504390b91
84 changed files with 140 additions and 308 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ struct i2c_transaction mppt_trans;
#ifndef DOWNLINK_DEVICE
#define DOWNLINK_DEVICE DOWNLINK_AP_DEVICE
#endif
#include "uart.h"
#include "mcu_periph/uart.h"
#include "messages.h"
#include "downlink.h"