1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

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

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