Fix a semphore overflow problem in the CAN driver

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3890 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-08-18 14:07:52 +00:00
parent b1edd6327a
commit b2f3e916ef
3 changed files with 14 additions and 2 deletions
+3
View File
@@ -2002,3 +2002,6 @@
and bit fields within all Kinetis registers.
* configs/twr-k60n512: Add support for the Kinetis K60 Tower board
(TWR-K60N512).
* drivers/can.c: Fixe a semaphore overflow problem in the CAN driver
(reported by Li Zhouy (Lzzy)).