Fix Kinetics UART watermark setting

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3894 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-08-19 04:12:33 +00:00
parent e903a6c676
commit b3a29312d1

View File

@ -177,7 +177,7 @@
#define JOYSTICK_SEL_BIT (1 << JOYSTICK_SEL)
#define JOYSTICK_DOWN_BIT (1 << JOYSTICK_DOWN)
#define JOYSTICK_LEFT_BIT (1 << JOYSTICK_LEFT)
#define JOYSTICK_RIGH_BIT (1 << JOYSTICK_RIGHT)
#define JOYSTICK_RIGHT_BIT (1 << JOYSTICK_RIGHT)
#define JOYSTICK_UP_BIT (1 << JOYSTICK_UP)
/************************************************************************************