stm32: fix typo

pull/9347/head
kevin.ong 2019-01-17 16:35:07 +08:00 committed by Cruz Monrreal II
parent 8d58f8bae7
commit 5598815982
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ bool hal_crc_is_supported(const crc_mbed_config_t *config)
so those devices are not supported at default. */
return false;
#elif !defined(CRC_POLYLENGTH_7B)
/* Some targets are not support polynomial in 7, 8, 16 bits, ex. STMF070RB,
/* Some targets are not support polynomial in 7, 8, 16 bits, ex. STM32F070RB,
so those devices are not supported at default. */
return false;
#else