Skip to content

Commit 1a50915

Browse files
committed
mem mgmt - undef mavlink, ppm, servos
1 parent 3aab740 commit 1a50915

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/target/common_pre.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,3 +431,8 @@ extern uint8_t _dmaram_end__;
431431
#define USE_EMFAT_ICON
432432
#define USE_GPS_PLUS_CODES
433433
#endif
434+
435+
// EMUFLIGHT memory management
436+
#undef USE_TELEMETRY_MAVLINK
437+
#undef USE_PPM
438+
#undef USE_SERVOS

0 commit comments

Comments
 (0)