Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 2211 → Rev 2212

/Transportables_Koptertool/PKT/branches/branch_FollowMeStep2Merge/bluetooth/error_driver.c
0,0 → 1,27
 
 
#include <avr/pgmspace.h>
#include <stdbool.h>
//#include "cpu.h"
#include "error_driver.h"
#include "../main.h"
 
#ifdef DEBUG
 
#include "../uart/usart.h"
#include "../uart/uart1.h"
 
 
void errordriver_write_c(char c)
 
 
{
USART_putc(c);
}
 
void error_driver_Init(void)
{
// USART_Init(UART_BAUD_SELECT(USART_BAUD,F_CPU));
}
 
#endif
Property changes:
Added: svn:mime-type
+text/plain
\ No newline at end of property