Skip to content

Commit cd12c9a

Browse files
committed
nfc: code cleanup
1 parent bfbb3a3 commit cd12c9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/nfc/nfc/chips/pn53x.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,8 +2624,7 @@ pn53x_target_send_bytes(struct nfc_device *pnd, const uint8_t *pbtTx, const size
26242624
return pnd->last_error;
26252625
}
26262626
}
2627-
// NO BREAK
2628-
__attribute__((fallthrough));
2627+
/* fall through */
26292628
case NMT_JEWEL:
26302629
case NMT_BARCODE:
26312630
case NMT_ISO14443B:

0 commit comments

Comments
 (0)