1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-12-19 22:42:48 +03:00

Fix slashes in Adafruit_ILI9341 library

This commit is contained in:
Roman Mashta
2015-04-10 22:35:44 +03:00
parent 7b54e8352a
commit 6e2f3e1075
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ extern "C"{
#include <ets_sys.h>
#include <os_type.h>
#include <osapi.h>
#include "driver\hspi.h"
#include "driver/hspi.h"
}
#define SWAPBYTES(i) ((i>>8) | (i<<8))