chiark / gitweb /
remove obsolete cdumgr.c
authorian <ian>
Sun, 11 May 2008 11:17:19 +0000 (11:17 +0000)
committerian <ian>
Sun, 11 May 2008 11:17:19 +0000 (11:17 +0000)
hostside/Makefile
hostside/cdumgr.c [deleted file]
hostside/startup.c

index 168b18e277debd828ebc33a01646684ddd2ade20..76cd42ad267297cb7d398525d9fc30645bd8b1ae 100644 (file)
@@ -29,7 +29,7 @@ on-bessar:    $(TARGETS)
 %.on-bessar:   %
                RSYNC_RSH=fsh rsync $^ $(BESSAR)
 
-REALTIME_CORE= realtime.o startup.o cdumgr.o safety.o trackloc.o       \
+REALTIME_CORE= realtime.o startup.o safety.o trackloc.o                \
                 speed.o actual.o retransmit.o persist.o resolve.o      \
                 cmdinput.o commands.o obc.o eventhelp.o simulate.o     \
                 record.o record-l.o record-y.o                         \
diff --git a/hostside/cdumgr.c b/hostside/cdumgr.c
deleted file mode 100644 (file)
index 888c39c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * realtime
- * cdu and point charge control and scheduler
- */
-
-#include "realtime.h"
-
-void on_pic_pointed(const PicInsnInfo *pii, const PicInsn *pi, int objnum) {
-  if (sta_state <= Sta_Settling) return;
-  /* fixme do something here */
-}
index de23ac0c21d5bb3a49e0e83e24d186330d244c10..42ff8138af36e240deb332235a99cdf7bf666c3b 100644 (file)
@@ -219,6 +219,7 @@ void on_pic_spurious(const PicInsnInfo *pii, const PicInsn *pi, int objnum) {
   oprintf(UPO,"warning spurious %d : spurious short circuit (fault)"
          " detection interrupts\n", objnum);
 }
+void on_pic_pointed(const PicInsnInfo *pii, const PicInsn *pi, int objnum) { }
 
 static SegmentNum on_pic_detect_prep(int detyn, int objnum) {
   SegmentNum segn;