oops! had pin definition wrong for Pin_0 and Pin_1, was using drv_gpio in another project and noticed it wasn't working very well :)

git-svn-id: https://afrodevices.googlecode.com/svn/trunk/baseflight@381 7c89a4a9-59b9-e629-4cfe-3a2d53b20e61
This commit is contained in:
timecop@gmail.com 2013-08-20 11:44:49 +00:00
parent fbef1aa284
commit 1ff0036dec
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ typedef enum
typedef enum
{
Pin_0 = 0x0000,
Pin_1 = 0x0001,
Pin_0 = 0x0001,
Pin_1 = 0x0002,
Pin_2 = 0x0004,
Pin_3 = 0x0008,
Pin_4 = 0x0010,