tests: drivers: can: timing: tighten the sample point test criteria
Tighten the sample point test acceptance criteria from +/- 10.0% to +/- 5.0%. This is in line with the CAN sample point criteria used by the Linux kernel. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
5961ad2af8
commit
3b1527a8f9
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
/**
|
||||
* @brief Allowed sample point calculation margin in permille.
|
||||
*/
|
||||
#define SAMPLE_POINT_MARGIN 100
|
||||
#define SAMPLE_POINT_MARGIN 50
|
||||
|
||||
/**
|
||||
* @brief Defines a set of CAN timing test values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue