Commit 63a63e14 authored by Jean-Claude BAU's avatar Jean-Claude BAU Committed by Adam Wujek

Test commit

parent 73ebe33f
......@@ -63,7 +63,11 @@
#define PP_SERVO_HOLDOVER 2
#define PP_SERVO_UNLOCKED 3
#define PP_NR_FOREIGN_RECORDS 5
#ifdef CONFIG_ARCH_WRPC
#define PP_NR_FOREIGN_RECORDS 1 /* Does not follow the standard : Clause 9.3.2.4.5 */
#else
#define PP_NR_FOREIGN_RECORDS 5 /* Clause 9.3.2.4.5 : Minimum size capacity is 5 */
#endif
#define PP_FOREIGN_MASTER_TIME_WINDOW 4
#define PP_FOREIGN_MASTER_THRESHOLD 2
#define PP_DEFAULT_TTL 1
......
......@@ -14,6 +14,7 @@ OBJ-y += $D/fsm-table.o \
$D/state-slave.o \
$D/common-fun.o \
$D/bmc.o \
$D/bmc_wrpc.o \
$D/msg.o \
$D/arith.o \
$D/servo.o \
......
......@@ -8,6 +8,8 @@
#include <ppsi/ppsi.h>
#ifndef CONFIG_ARCH_WRPC
/* Flag Field bits symbolic names (table 57, pag. 151) */
#define FFB_LI61 0x01
#define FFB_LI59 0x02
......@@ -1433,3 +1435,4 @@ int bmc(struct pp_instance *ppi)
return next_state;
}
#endif
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment