Skip to content

Commit

Permalink
Add USE_WING define (#591)
Browse files Browse the repository at this point in the history
* Add USE_WING define

* Update configs/KAKUTEF4WING/config.h

Co-authored-by: Mark Haslinghuis <[email protected]>

---------

Co-authored-by: Mark Haslinghuis <[email protected]>
  • Loading branch information
ot0tot and haslinghuis authored Oct 22, 2024
1 parent e104afa commit 08b0f73
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/KAKUTEF4WING/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
#define USE_FLASH_W25Q128FV
#define USE_MAX7456

#ifndef USE_WING
#define USE_WING
#endif

#define MOTOR1_PIN PA8
#define MOTOR2_PIN PA9
#define SERVO1_PIN PB0
Expand Down

0 comments on commit 08b0f73

Please sign in to comment.