mirror of https://github.com/ARMmbed/mbed-os.git
stm32: fix indent style
parent
5598815982
commit
5ccdd67f6c
|
@ -104,9 +104,9 @@ void hal_crc_compute_partial_start(const crc_mbed_config_t *config)
|
|||
: CRC_OUTPUTDATA_INVERSION_DISABLE;
|
||||
#endif
|
||||
|
||||
if (HAL_CRC_Init(¤t_state) != HAL_OK) {
|
||||
MBED_ASSERT(false);
|
||||
}
|
||||
if (HAL_CRC_Init(¤t_state) != HAL_OK) {
|
||||
MBED_ASSERT(false);
|
||||
}
|
||||
}
|
||||
|
||||
void hal_crc_compute_partial(const uint8_t *data, const size_t size)
|
||||
|
|
Loading…
Reference in New Issue