Skip to content

Commit 13c69bd

Browse files
committed
Fix compile error when backlight support is enabled
1 parent 05cd93e commit 13c69bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Arduino_Pedelec_Controller/display.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ along with this program; if not, write to the Free Software Foundation,
1717
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
*/
1919
#include "display.h"
20+
#include "display_backlight.h"
2021
#include "config.h"
2122

2223

0 commit comments

Comments
 (0)