projects
/
bertos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c18a5
)
Refactor to new CONFIG_KERN.
author
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Aug 2008 14:01:48 +0000
(14:01 +0000)
committer
batt
<batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 26 Aug 2008 14:01:48 +0000
(14:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1710
38d2e660
-2303-0410-9eaa-
f027e97ec537
bertos/drv/ser.c
patch
|
blob
|
history
diff --git
a/bertos/drv/ser.c
b/bertos/drv/ser.c
index bf0d91c1872cc0b12e8c3dd47649210227625f26..e187b9abbe5bbdb5f545c9e3ecd10c3305291b55 100644
(file)
--- a/
bertos/drv/ser.c
+++ b/
bertos/drv/ser.c
@@
-67,7
+67,7
@@
/*
* Sanity check for config parameters required by this module.
*/
-#if !defined(CONFIG_KERN
EL) || ((CONFIG_KERNEL != 0) && CONFIG_KERNEL
!= 1)
+#if !defined(CONFIG_KERN
) || ((CONFIG_KERN != 0) && CONFIG_KERN
!= 1)
#error CONFIG_KERNEL must be set to either 0 or 1 in cfg_kern.h
#endif
#if !defined(CONFIG_SER_RXTIMEOUT)