Skip to content

Commit 5598815

Browse files
kevinong0108Cruz Monrreal II
authored andcommitted
stm32: fix typo
1 parent 8d58f8b commit 5598815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_STM/mbed_crc_api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ bool hal_crc_is_supported(const crc_mbed_config_t *config)
4444
so those devices are not supported at default. */
4545
return false;
4646
#elif !defined(CRC_POLYLENGTH_7B)
47-
/* Some targets are not support polynomial in 7, 8, 16 bits, ex. STMF070RB,
47+
/* Some targets are not support polynomial in 7, 8, 16 bits, ex. STM32F070RB,
4848
so those devices are not supported at default. */
4949
return false;
5050
#else

0 commit comments

Comments
 (0)