Skip to content

Commit

Permalink
NFC: Includes list: Remove unneeded PinMapping.h
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOberhumer committed May 30, 2024
1 parent 1f1227f commit 8e8c463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Utils.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
* Copyright (C) 2022 - 2023 Thomas Basler and others
* Copyright (C) 2022 - 2024 Thomas Basler and others
*/

#include "Utils.h"
#include "Display_Graphic.h"
#include "Led_Single.h"
#include "MessageOutput.h"
#include "PinMapping.h"
#include <Esp.h>
#include <LittleFS.h>

Expand Down

0 comments on commit 8e8c463

Please sign in to comment.