Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nv14/el18 did not have led driver
Browse files Browse the repository at this point in the history
richardclli committed Jan 28, 2025
1 parent 56f620a commit 8f03a86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions radio/src/targets/pl18/board.cpp
Original file line number Diff line number Diff line change
@@ -261,7 +261,9 @@ void boardInit()
#if defined(RTCLOCK)
rtcInit(); // RTC must be initialized before rambackupRestore() is called
#endif
#if defined(LED_STRIP_GPIO)
ledBlue();
#endif

lcdSetInitalFrameBuffer(lcdFront->getData());
}

0 comments on commit 8f03a86

Please sign in to comment.