mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11014 from SiliconLabs/fix/fpga_tests/adc_methodology
Increase ADC tolerance to 5% in FPGA-based testspull/11062/head
commit
59b9f1da17
|
|
@ -36,8 +36,8 @@ using namespace utest::v1;
|
|||
|
||||
#define analogin_debug_printf(...)
|
||||
|
||||
#define DELTA_FLOAT 0.03f // 3%
|
||||
#define DELTA_U16 1965 // 3%
|
||||
#define DELTA_FLOAT 0.05f // 5%
|
||||
#define DELTA_U16 3277 // 5%
|
||||
|
||||
const PinList *form_factor = pinmap_ff_default_pins();
|
||||
const PinList *restricted = pinmap_restricted_pins();
|
||||
|
|
|
|||
Loading…
Reference in New Issue