Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
merlokk committed Jun 14, 2020
1 parent ae03a4b commit b1d92cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions targets/stm32l432/lib/usbd/usbd_ccid.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,9 @@ void ccid_send_parameters(CCID_HEADER * c, uint8_t status, uint8_t error)
void handle_ccid(uint8_t * msg, int len)
{
CCID_HEADER * h = (CCID_HEADER *) msg;
#ifdef ENABLE_CCID
uint32_t rlength = 0;
#endif
switch(h->type)
{
case CCID_SLOT_STATUS:
Expand Down

0 comments on commit b1d92cd

Please sign in to comment.