Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
tueddy committed Oct 22, 2024
1 parent e3e9d1b commit 5157cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IrReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ uint32_t IrReceiver_LastRcCmdTimestamp = 0u;

void IrReceiver_Init() {
#ifdef IR_CONTROL_ENABLE
IrReceiver.begin(IRLED_PIN);
IrReceiver.begin(IRLED_PIN);
#endif
}

Expand Down

0 comments on commit 5157cbe

Please sign in to comment.