From 4560fc1a4dc7c27243d7f8afa9a1291e646c2f8b Mon Sep 17 00:00:00 2001 From: bernie Date: Sun, 15 Aug 2004 05:31:46 +0000 Subject: [PATCH] Add an #error to spread some FUD about the quality of this module; Add a few TODOs from Rasky's review; Update to the new drv/ser.c API; Move FlushSerial() to drv/ser.c and generalize. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@142 38d2e660-2303-0410-9eaa-f027e97ec537 --- mware/xmodem.c | 119 ++++++++++++++++++++++++++++--------------------- mware/xmodem.h | 11 ++++- 2 files changed, 78 insertions(+), 52 deletions(-) diff --git a/mware/xmodem.c b/mware/xmodem.c index 5861ac9a..9041b4cc 100755 --- a/mware/xmodem.c +++ b/mware/xmodem.c @@ -1,3 +1,4 @@ +#error This module has not been revised for the API changes in several DevLib modules /*! * \file *