summaryrefslogtreecommitdiff
path: root/digital/mimot/src/dirty/simu.host.c
diff options
context:
space:
mode:
Diffstat (limited to 'digital/mimot/src/dirty/simu.host.c')
-rw-r--r--digital/mimot/src/dirty/simu.host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/mimot/src/dirty/simu.host.c b/digital/mimot/src/dirty/simu.host.c
index 8afd73ca..d27ffe5f 100644
--- a/digital/mimot/src/dirty/simu.host.c
+++ b/digital/mimot/src/dirty/simu.host.c
@@ -156,7 +156,7 @@ simu_sensor_update_marcel (void)
void
simu_sensor_update_robospierre (void)
{
- PINC = 0;
+ PINC = 0xf0;
if (simu_aux_model[0].th < 120.0 * 5.0 / 6.0 * simu_aux_model[0].m.i_G)
PINC |= IO_BV (CONTACT_AUX0_ZERO_IO);
}