mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +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
|
#endif
|
||||||
|
|
||||||
#ifndef TARGET_BOARD_IDENTIFIER
|
#ifndef TARGET_BOARD_IDENTIFIER
|
||||||
#define TARGET_BOARD_IDENTIFIER "235B"
|
#define TARGET_BOARD_IDENTIFIER "235A"
|
||||||
// TODO 235A?
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef USBD_PRODUCT_STRING
|
#ifndef USBD_PRODUCT_STRING
|
||||||
#define USBD_PRODUCT_STRING "Betaflight RP2350B"
|
#define USBD_PRODUCT_STRING "Betaflight RP2350A"
|
||||||
// TODO
|
// TODO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue