tests-mbed_hal-flash: Remove 5% extra tolerance for NRF52_DK

NRF52_DK is now based on fast and accurate 1MHz counter.
pull/7009/head
Przemyslaw Stekiel 2018-05-21 10:05:11 +02:00 committed by Bartek Szatkowski
parent 06c6db5119
commit be098399a8
1 changed files with 0 additions and 5 deletions

View File

@ -29,12 +29,7 @@ using namespace utest::v1;
#define TEST_CYCLES 10000000
#ifdef TARGET_NRF52
/* The increased tolerance is to account for the imprecise timers on the NRF52. */
#define ALLOWED_DRIFT_PPM (1000000/50000) //5.0%
#else
#define ALLOWED_DRIFT_PPM (1000000/5000) //0.5%
#endif
/*
return values to be checked are documented at: