Include a header file for the omron protocol

This commit is contained in:
Douglas Clowes
2014-06-18 10:40:41 +10:00
parent 881fce1feb
commit 25346f5e02
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#ifndef OMRON_ASYNCPROTOCOL_H
#define OMRON_ASYNCPROTOCOL_H
void OMRONInitProtocol(SicsInterp *pSics);
#endif