]> git.tdb.fi Git - model-railway-devices.git/commit
Pass command data through a pointer
authorMikko Rasa <tdb@tdb.fi>
Wed, 23 Oct 2013 17:36:25 +0000 (20:36 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 23 Oct 2013 17:36:25 +0000 (20:36 +0300)
commitde977f33ed5c55b2b45c8dcae0c0687bd0cbf1e6
tree4d634e182cf3d71b6ce0249f8c247fe1266c5384
parent5ee5a22903f8059bf38bc8b2041eb18dfc58bcf0
Pass command data through a pointer

This is cleaner and more flexible than the global buffer, and isn't any
slower.
arducontrol/interface.c
arducontrol/interface.h
arducontrol/monitor.c
arducontrol/monitor.h
arducontrol/motorola.c
arducontrol/motorola.h
arducontrol/output.c
arducontrol/output.h