Skip to content

Commit

Permalink
flex_groupmessage moved into for, as it seems that it needs to be det…
Browse files Browse the repository at this point in the history
…ermined per page
  • Loading branch information
ramonsmits committed Sep 11, 2024
1 parent cb7e153 commit 9359140
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demod_flex.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,10 +814,11 @@ static void decode_phase(struct Flex * flex, char PhaseNo) {

verbprintf(3, "FLEX: BlockInfoWord: (Phase %c) BIW:%08X AW:%02i-%02i (%i pages)\n", PhaseNo, biw, aoffset, voffset, voffset-aoffset);

int flex_groupmessage = 0;

// Iterate through pages and dispatch to appropriate handler
for (i = aoffset; i < voffset; i++) {
int flex_groupmessage = 0;

j = voffset+i-aoffset; // Start of vector field for address @ i

if (phaseptr[i] == 0x00000000 ||
Expand Down

0 comments on commit 9359140

Please sign in to comment.