Rapid fix USARTClass inclusion issue.

This commit is contained in:
Cristian Maglie 2011-10-16 22:19:47 +04:30
parent c49da8c1f5
commit bc76145d4b
8 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "UART.h"
#include "UARTClass.h"
// Constructors ////////////////////////////////////////////////////////////////

View File

@ -1,7 +1,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "USART.h"
#include "USARTClass.h"
// Constructors ////////////////////////////////////////////////////////////////

View File

@ -35,8 +35,8 @@
*----------------------------------------------------------------------------*/
#include "Arduino.h"
#include "UART.h"
#include "USART.h"
#include "UARTClass.h"
#include "USARTClass.h"
/**
* Libc porting layers

View File

@ -1798,16 +1798,16 @@
<name>$PROJ_DIR$\..\..\common\cortex_handlers.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\common\UART.cpp</name>
<name>$PROJ_DIR$\..\..\common\UARTClass.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\common\UART.h</name>
<name>$PROJ_DIR$\..\..\common\UARTClass.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\common\USART.cpp</name>
<name>$PROJ_DIR$\..\..\common\USARTClass.cpp</name>
</file>
<file>
<name>$PROJ_DIR$\..\..\common\USART.h</name>
<name>$PROJ_DIR$\..\..\common\USARTClass.h</name>
</file>
</group>
<file>

View File

@ -35,8 +35,8 @@
*----------------------------------------------------------------------------*/
#include "Arduino.h"
#include "UART.h"
#include "USART.h"
#include "UARTClass.h"
#include "USARTClass.h"
/**
* Libc porting layers

View File

@ -35,8 +35,8 @@
*----------------------------------------------------------------------------*/
#include "Arduino.h"
#include "UART.h"
#include "USART.h"
#include "UARTClass.h"
#include "USARTClass.h"
/**
* Libc porting layers