Changed the MS/TP state machine to cheat a little in order to make the timing contraints.

This commit is contained in:
skarg
2006-09-05 20:28:59 +00:00
parent 8e864e4e08
commit b632f158f4
3 changed files with 80 additions and 44 deletions
+5 -1
View File
@@ -22,7 +22,11 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
*********************************************************************/
#define PRINT_ENABLED_RS485 0
#if PRINT_ENABLED
#define PRINT_ENABLED_RS485 1
#else
#define PRINT_ENABLED_RS485 0
#endif
#include <stdint.h>
#include <rtkernel.h>