From: Ian Jackson Date: Wed, 15 Dec 2010 21:19:38 +0000 (+0000) Subject: hostside/movpos: fix some comments in waggle section X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ijackson/git?a=commitdiff_plain;h=a3da8c679a9670bbf2e2c31ec349cf4cc3d86dde;p=trains.git hostside/movpos: fix some comments in waggle section --- diff --git a/hostside/movpos.c b/hostside/movpos.c index 86954b8..53e36fc 100644 --- a/hostside/movpos.c +++ b/hostside/movpos.c @@ -609,7 +609,7 @@ static FsqMethod points_method= { * ^ READY 1 any * | | * | |fsq_check_action - * | | calls point_move which fires a point + * | | calls waggle_do which switches a relay * \___________/ * */ @@ -623,7 +623,7 @@ static Change *waggle_allocate(Method *mm, int alloc_motions) { } static void waggle_do(FsqMethod *m, const MovFeatInfo *mfi, int posn) { - /* actually firing points, yay! */ + /* actually setting relays */ PicInsn piob; enco_pic_waggle(&piob, mfi->boob[0], posn); serial_transmit(&piob);