From: qwert Date: Fri, 25 Jul 2008 14:52:09 +0000 (+0000) Subject: Fix comment indentation, remove tag configuration port (moved in hw_ser.h) X-Git-Tag: 2.0.0~417 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=52b1a686cb873aafb09a7b0c19716bea252b7946;p=bertos.git Fix comment indentation, remove tag configuration port (moved in hw_ser.h) git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1517 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/net/keytag.h b/bertos/net/keytag.h index b815a8b1..0985a207 100644 --- a/bertos/net/keytag.h +++ b/bertos/net/keytag.h @@ -56,8 +56,6 @@ */ #define TAG_MAX_LEN 14 -#define TAG_SER_PORT 0 -#define TAG_SER_BAUDRATE 9600 /** * Max number of chars to print in the communication serial @@ -69,11 +67,11 @@ */ typedef struct TagPacket { - KFile *tag; ///