1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 12:25:20 +03:00

Add comment regarding bind plug

This commit is contained in:
Michael Jakob 2014-12-01 17:30:05 +01:00
parent a629646090
commit ece3859f9d

View file

@ -116,6 +116,7 @@
#ifdef ALIENWII32
#define BRUSHED_MOTORS
#define HARDWARE_BIND_PLUG
// Hardware bind plug at PB5 (Pin 41)
#define BINDPLUG_PORT GPIOB
#define BINDPLUG_PIN Pin_5
#endif