We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbf41e commit 6b5dabeCopy full SHA for 6b5dabe
targets/TARGET_STM/TARGET_STM32F0/mbed_crc_api.c
@@ -15,7 +15,7 @@ bool hal_crc_is_supported(const crc_mbed_config_t* config)
15
return false;
16
}
17
18
- if (config->polynomial != DEFAULT_CRC32_POLY) {
+ if (config->polynomial != POLY_32BIT_ANSI) {
19
20
21
0 commit comments