Skip to content

Commit

Permalink
ensure Screen.h is not included without configuration.h
Browse files Browse the repository at this point in the history
  • Loading branch information
majbthrd committed Jul 30, 2022
1 parent e0a1f11 commit 524b829
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/graphics/Screen.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include "configuration.h"

#if !HAS_SCREEN
#include "power.h"
namespace graphics
Expand Down

0 comments on commit 524b829

Please sign in to comment.