Fixed same constants' names typo

git-svn-id: svn://kolibrios.org@5551 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
gtament 2015-04-14 20:33:54 +00:00
parent effff3c57c
commit e6c8640959

View File

@ -35,7 +35,7 @@ STOP_BIT_15 = 1 shl 11
STOP_BIT_2 = 2 shl 11
;break type
BREAK_OFF = 0 shl 14
BREAK_OFF = 1 shl 14
BREAK_ON = 1 shl 14
;number of bits has to be at lower byte
;Flow control
@ -178,3 +178,4 @@ ends
struc in_buf_map
pid dd ? ; Should be PID of application using this file
dev_handle dd ? ; Should be value acquired from one of dev_list's nodes
ends