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.
2 parents 0a4e514 + f6a70b2 commit 59b9f1dCopy full SHA for 59b9f1d
TESTS/mbed_hal_fpga_ci_test_shield/analogin/main.cpp
@@ -36,8 +36,8 @@ using namespace utest::v1;
36
37
#define analogin_debug_printf(...)
38
39
-#define DELTA_FLOAT 0.03f // 3%
40
-#define DELTA_U16 1965 // 3%
+#define DELTA_FLOAT 0.05f // 5%
+#define DELTA_U16 3277 // 5%
41
42
const PinList *form_factor = pinmap_ff_default_pins();
43
const PinList *restricted = pinmap_restricted_pins();
0 commit comments