- Changes to the old TAS initialisation system to have ss and sa to be processed
properly. Requires a script scatfix to exist
This commit is contained in:
3
psi.c
3
psi.c
@ -34,7 +34,6 @@
|
||||
#include "el755driv.h"
|
||||
#include <evdriver.i>
|
||||
#include "serial.h"
|
||||
#include "sinq.h"
|
||||
#include "sinqhttp.h"
|
||||
|
||||
/*--------------------------------------------------------------------------*/
|
||||
@ -119,8 +118,6 @@ static void AddPsiCommands(SicsInterp * pInter)
|
||||
PCMD("MakeRuenBuffer", InitBufferSys);
|
||||
SCMD("MakeSansliRebin", MakeSansliRebin);
|
||||
SCMD("MakeSANSWave", MakeSANSWave);
|
||||
SCMD("MakeSinq", SinqFactory);
|
||||
SCMD("MakeSinqRedirect", SinqRedirectFactory);
|
||||
SCMD("MakeSPS", SPSFactory);
|
||||
SCMD("MakeSPSS7", MakeSPSS7);
|
||||
PCMD("MakeSWHPMotor", MakeSWHPMotor);
|
||||
|
Reference in New Issue
Block a user