summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spntp01/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/sptests/spntp01/init.c')
-rw-r--r--testsuites/sptests/spntp01/init.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/sptests/spntp01/init.c b/testsuites/sptests/spntp01/init.c
index eeee472e9d..f6f6252bcf 100644
--- a/testsuites/sptests/spntp01/init.c
+++ b/testsuites/sptests/spntp01/init.c
@@ -1,7 +1,7 @@
/*
* SPDX-License-Identifier: BSD-2-Clause
*
- * Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
+ * Copyright (C) 2022 embedded brains GmbH & Co. KG
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -81,7 +81,7 @@ T_TEST_CASE( NTP )
T_eq_long( tx.tolerance, 32500000 );
T_eq_long( tx.ppsfreq, 0 );
T_eq_long( tx.jitter, 0 );
- T_eq_int( tx.shift, 0 );
+ T_eq_int( tx.shift, 2 );
T_eq_long( tx.stabil, 0 );
T_eq_long( tx.jitcnt, 0 );
T_eq_long( tx.calcnt, 0 );