stm32: remove empty line

pull/9347/head
kevin.ong 2019-01-11 12:41:41 +08:00 committed by Cruz Monrreal II
parent 1c2ffb8eb3
commit 19cdba4452
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ void hal_crc_compute_partial_start(const crc_mbed_config_t *config)
case HAL_CRC_LENGTH_32B:
current_state.Init.CRCLength = CRC_POLYLENGTH_32B;
break;
case HAL_CRC_LENGTH_16B:
current_state.Init.CRCLength = CRC_POLYLENGTH_16B;
break;