remove double semicolon since ISO C not allow it

ISO C does not allow extra ';' outside of a function [-Werror=pedantic]
This commit is contained in:
Davide Gerhard
2024-06-27 21:30:16 +02:00
parent 13dedddd19
commit 85e1f423bf
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ typedef struct TU_ATTR_PACKED {
} xfer_complete;
};
} tcd_event_t;;
} tcd_event_t;
//--------------------------------------------------------------------+
//