mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
PICO: Board target is A
This commit is contained in:
parent
6d7a6de3b1
commit
1fa9478e24
1 changed files with 2 additions and 3 deletions
|
@ -39,12 +39,11 @@
|
|||
#endif
|
||||
|
||||
#ifndef TARGET_BOARD_IDENTIFIER
|
||||
#define TARGET_BOARD_IDENTIFIER "235B"
|
||||
// TODO 235A?
|
||||
#define TARGET_BOARD_IDENTIFIER "235A"
|
||||
#endif
|
||||
|
||||
#ifndef USBD_PRODUCT_STRING
|
||||
#define USBD_PRODUCT_STRING "Betaflight RP2350B"
|
||||
#define USBD_PRODUCT_STRING "Betaflight RP2350A"
|
||||
// TODO
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue