Merge pull request #362 from RenaKunisaki/master

import several names from JFG symbol table
This commit is contained in:
David Benepe
2023-02-02 16:39:23 -06:00
committed by GitHub
79 changed files with 232 additions and 158 deletions
+1
View File
@@ -18,6 +18,7 @@ static char *is_proutSyncPrintf(UNUSED char *str, UNUSED const char *buf, UNUSED
* Like sprintf, but simpler. It just hardcodes NULL for the dst,
* and calls a function that just hardcodes a fake pointer.
* Could still be an earlier version of osSyncPrintf
* Official name: osSyncPrintf
*/
void rmonPrintf(const char *format, ...) {
va_list args;
+2
View File
@@ -14,6 +14,7 @@ OSPifRam _MotorStopData[MAXCONTROLLERS];
OSPifRam _MotorStartData[MAXCONTROLLERS];
u8 _motorstopbuf[BLOCKSIZE];
u8 _motorstartbuf[BLOCKSIZE];
/* Official name: nosMotorStop */
s32 osMotorStop(OSPfs *pfs) {
int i;
s32 ret;
@@ -97,6 +98,7 @@ static void _MakeMotorData(int channel, u16 address, u8 *buffer, OSPifRam *mdata
ptr[0] = CONT_CMD_END;
}
/* Official name: nosMotorInit */
s32 osMotorInit(OSMesgQueue *mq, OSPfs *pfs, int channel) {
int i;
s32 ret;