Skip to content

Commit

Permalink
EdgeTXGH-3005 Moved LED manipulation to conditionally compiled when R…
Browse files Browse the repository at this point in the history
…TC operation happens
  • Loading branch information
padcom committed Jan 10, 2023
1 parent f36a2ce commit 991d45b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions radio/src/targets/horus/board.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,8 @@ void boardInit()
sportUpdateInit();
#endif

ledRed();

#if defined(RTCLOCK) && !defined(COPROCESSOR)
ledRed();
rtcInit(); // RTC must be initialized before rambackupRestore() is called
#endif

Expand Down

0 comments on commit 991d45b

Please sign in to comment.