comparison host/tools/ecostest/common/eCosTestSerialFilter.cpp @ 96:b15c60e34c84

Merge from eCos master repository on 2000-06-06-05:24:42-BST
author jlarmour
date Tue, 06 Jun 2000 05:12:17 +0000
parents 4642a6d35749
children ced4577552cd
comparison
equal deleted inserted replaced
95:e7ef075fbd4f 96:b15c60e34c84
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.10 2000/06/02 17:35:00 jlarmour Exp $" 54 #define SER_FILTER_VER "$Id: eCosTestSerialFilter.cpp,v 1.11 2000/06/06 05:12:17 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";