Skip to content

Commit 18dba84

Browse files
committed
nfc: code cleanup
1 parent 74502da commit 18dba84

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
@@ -2518,8 +2518,7 @@ pn53x_target_receive_bytes(struct nfc_device *pnd, uint8_t *pbtRx, const size_t
25182518
return pnd->last_error;
25192519
}
25202520
}
2521-
// NO BREAK
2522-
__attribute__((fallthrough));
2521+
/* fall through */
25232522
case NMT_JEWEL:
25242523
case NMT_BARCODE:
25252524
case NMT_ISO14443B:

0 commit comments

Comments
 (0)