Skip to content

Commit 3ad5f7e

Browse files
committed
fix - endif mbed wrong place
1 parent a6aa1d1 commit 3ad5f7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GigaDisplayRGB.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class GigaDisplayBacklight {
4949
mbed::Ticker* ticker;
5050
mbed::DigitalOut* pin;
5151
int intensity;
52-
#endif
5352
};
54-
53+
#endif //MBED
5554
#endif

0 commit comments

Comments
 (0)