- 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:
2014-07-15 16:47:32 +02:00
parent 7d986b1a9f
commit ce371d6837
2 changed files with 14 additions and 4 deletions

3
psi.c
View File

@ -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);