Skip to content

Commit

Permalink
Update signalDecoder.cpp
Browse files Browse the repository at this point in the history
fix array index
  • Loading branch information
wastlmuc authored Mar 30, 2024
1 parent 831f3c3 commit bc7e776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signalDecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ void rtlSetup() {
// end of fragment

#else
memcpy(&cfg->devices[107], &prologue, sizeof(r_device));
memcpy(&cfg->devices[0], &prologue, sizeof(r_device));
#endif

#ifdef RTL_FLEX
Expand Down

0 comments on commit bc7e776

Please sign in to comment.