Skip to content

Commit

Permalink
Fix #define protection macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Feb 9, 2022
1 parent 73a1821 commit 2094387
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AudioFileSourceLittleFS.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _AUDIOFILESOURCESPIFFS_H
#define _AUDIOFILESOURCESPIFFS_H
#ifndef _AUDIOFILESOURCELITTLEFS_H
#define _AUDIOFILESOURCELITTLEFS_H

#include <Arduino.h>
#include <LittleFS.h>
Expand Down

0 comments on commit 2094387

Please sign in to comment.