comparison host/tools/ecostest/common/eCosTestSerialFilter.cpp @ 84:489eb5632bc3 ecos-sw-2000-04-28

Merge from eCos master repository on 2000-04-28-18:44:39-BST
author jlarmour
date Fri, 28 Apr 2000 18:18:36 +0000
parents 6736c52df507
children 6512add4f5d6
comparison
equal deleted inserted replaced
83:1094d5fdd3e0 84:489eb5632bc3
49 // o Clean up the mess in this file.... 49 // o Clean up the mess in this file....
50 //####DESCRIPTIONEND#### 50 //####DESCRIPTIONEND####
51 51
52 #include "eCosStd.h" 52 #include "eCosStd.h"
53 53
54 #define SER_FILTER_VER "$Id: eCosTestSerialFilter.cpp,v 1.4 2000/04/18 21:51:58 jlarmour Exp $" 54 #define SER_FILTER_VER "$Id: eCosTestSerialFilter.cpp,v 1.5 2000/04/28 18:18:41 jlarmour Exp $"
55 #include "eCosTestSerialFilter.h" 55 #include "eCosTestSerialFilter.h"
56 #include "eCosThreadUtils.h" 56 #include "eCosThreadUtils.h"
57 57
58 char msg_ok[] = "OK"; 58 char msg_ok[] = "OK";
59 char msg_er[] = "ER"; 59 char msg_er[] = "ER";