Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed flash overflow on SPRACINGF3NEO. #7402

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/main/target/SPRACINGF3NEO/target.h
Expand Up @@ -32,11 +32,12 @@
#undef USE_MSP_OVER_TELEMETRY

#undef USE_DYN_LPF
#undef USE_D_CUT
#undef USE_LAUNCH_CONTROL

#undef USE_ITERM_RELAX
#undef USE_RC_SMOOTHING_FILTER
#undef USE_THRUST_LINEARIZATION
#undef USE_D_CUT

#undef USE_HUFFMAN
#undef USE_PINIO
Expand All @@ -55,6 +56,7 @@
#undef USE_RX_MSP
#undef USE_ESC_SENSOR_INFO


#define LED0_PIN PB9
#define LED1_PIN PB2

Expand Down