stm32: remove empty line

pull/9507/head
kevin.ong 2019-01-11 12:41:41 +08:00 committed by adbridge
parent 6688b55a58
commit 536b7a645a
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;