8000 Fix #define protection macro name · murarduino/ESP8266Audio@2094387 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2094387

Browse files
Fix #define protection macro name
1 parent 73a1821 commit 2094387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AudioFileSourceLittleFS.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
*/
2020

21-
#ifndef _AUDIOFILESOURCESPIFFS_H
22-
#define _AUDIOFILESOURCESPIFFS_H
21+
#ifndef _AUDIOFILESOURCELITTLEFS_H
22+
#define _AUDIOFILESOURCELITTLEFS_H
2323

2424
#include <Arduino.h>
2525
#include <LittleFS.h>

0 commit comments

Comments
 (0)
0