Skip to content

Commit

Permalink
Remove rogue FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Oct 18, 2023
1 parent 29e425d commit c6258db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/digital_signal/presets/nfc/iso15693_signal.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ static void iso15693_signal_bank_fill(Iso15693Signal* instance, Iso15693SignalDa
ISO15693_SIGNAL_COEFF_LO;
DigitalSignal** bank = instance->banks[data_rate];

// FIXME: possibly a couple of wasted edges when k > 1
bank[Iso15693SignalIndexSof] = digital_signal_alloc(ISO15693_SIGNAL_SOF_EDGES * k);
bank[Iso15693SignalIndexEof] = digital_signal_alloc(ISO15693_SIGNAL_EOF_EDGES * k);
bank[Iso15693SignalIndexOne] = digital_signal_alloc(ISO15693_SIGNAL_ONE_EDGES * k);
Expand Down

0 comments on commit c6258db

Please sign in to comment.