Even more progress with object_functions

This commit is contained in:
David Benepe
2022-02-13 18:05:12 -05:00
parent cc66641750
commit 5d18088f62
5 changed files with 669 additions and 696 deletions
-1
View File
@@ -10,7 +10,6 @@
#define MOTOR_DEFAULT_BANK 128
static void _MakeMotorData(int channel, u16 address, u8 *buffer, OSPifRam *mdata);
//TODO: These should really be declared here instead of somewhere else
OSPifRam _MotorStopData[MAXCONTROLLERS];
OSPifRam _MotorStartData[MAXCONTROLLERS];
u8 _motorstopbuf[BLOCKSIZE];