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 fca6e98 commit 77b2534Copy full SHA for 77b2534
third_party/mbedtls/mbedtls
user/tests/wiring/no_fixture/fastpin.cpp
@@ -40,7 +40,7 @@ test(FASTPIN_02_MaxDuration_PinReset) {
40
41
#if HAL_PLATFORM_GEN == 3
42
// expected max ticks of pinResetFast on Gen3
43
- const uint32_t MAX_DURATION_PINRESET_TICKS = 60;
+ const uint32_t MAX_DURATION_PINRESET_TICKS = 63;
44
#elif HAL_PLATFORM_GEN == 2
45
// expected max ticks of pinResetFast on Gen2
46
const uint32_t MAX_DURATION_PINRESET_TICKS = 25;
0 commit comments