chiark / gitweb /
only autoflush if the message ends with \n
[trains.git] / hostside / cdumgr.c
1 /*
2  * realtime
3  * cdu and point charge control and scheduler
4  */
5
6 #include "realtime.h"
7
8 void on_pic_pointed(const PicInsnInfo *pii, const PicInsn *pi, int objnum) {
9   if (sta_state <= Sta_Settling) return;
10   /* fixme do something here */
11 }