Browse Source

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
master
timecop@gmail.com 11 years ago
parent
commit
1ff0036dec
  1. 4
      src/drv_gpio.h

4
src/drv_gpio.h

@ -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,

Loading…
Cancel
Save