Skip to content

Commit 19cdba4

Browse files
kevinong0108Cruz Monrreal II
authored andcommitted
stm32: remove empty line
1 parent 1c2ffb8 commit 19cdba4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

targets/TARGET_STM/mbed_crc_api.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ void hal_crc_compute_partial_start(const crc_mbed_config_t *config)
7979
case HAL_CRC_LENGTH_32B:
8080
current_state.Init.CRCLength = CRC_POLYLENGTH_32B;
8181
break;
82-
8382
case HAL_CRC_LENGTH_16B:
8483
current_state.Init.CRCLength = CRC_POLYLENGTH_16B;
8584
break;

0 commit comments

Comments
 (0)