Skip to content

Commit 45d7f50

Browse files
authored
Merge pull request #5831 from marcuschangarm/test-hal-flash-fix
Increase clock tolerance in Flash HAL test
2 parents a5403fd + d60bed2 commit 45d7f50

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbed_hal/flash/functional_tests

1 file changed

+1
-1
lines changed

TESTS/mbed_hal/flash/functional_tests/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
using namespace utest::v1;
2929

3030
#define TEST_CYCLES 1000000
31-
#define ALLOWED_DRIFT_PPM 1000 //0.1%
31+
#define ALLOWED_DRIFT_PPM 5000 //0.5%
3232

3333
/*
3434
return values to be checked are documented at:

0 commit comments

Comments
 (0)