From 57145ade6ffde1e444acf5900513a58263110f27 Mon Sep 17 00:00:00 2001 From: Muhammad Mobashir Date: Mon, 2 Nov 2020 21:35:23 +0500 Subject: [PATCH] Small description comment correction (#4471) esp8266 --> esp32 --- libraries/SPI/src/SPI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/SPI/src/SPI.h b/libraries/SPI/src/SPI.h index 75d6e2ae..33bf5886 100644 --- a/libraries/SPI/src/SPI.h +++ b/libraries/SPI/src/SPI.h @@ -1,5 +1,5 @@ /* - SPI.h - SPI library for esp8266 + SPI.h - SPI library for esp32 Copyright (c) 2015 Hristo Gochkov. All rights reserved. This file is part of the esp8266 core for Arduino environment.