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 5c09a50Copy full SHA for 5c09a50
user/tests/wiring/no_fixture/fastpin.cpp
@@ -10,7 +10,7 @@ test(FASTPIN_01_MaxDuration_PinSet) {
10
11
#if HAL_PLATFORM_GEN == 3
12
// expected max ticks of pinSetFast / pinResetFast on Gen3
13
- const uint32_t MAX_DURATION_PINSET_TICKS = 61;
+ const uint32_t MAX_DURATION_PINSET_TICKS = 63;
14
#elif HAL_PLATFORM_GEN == 2
15
// expected max ticks of pinSetFast / pinResetFast on Gen2
16
const uint32_t MAX_DURATION_PINSET_TICKS = 24;
0 commit comments