1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-01 17:57:53 +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

@@ -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 ////////////////////////////////////////////////////////////////