Skip to content

Commit

Permalink
Enabled MSP over UART1 ('USE_MSP_UART') for all targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Nov 14, 2018
1 parent 61d5abf commit 1a0fb97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/target/common_fc_pre.h
Expand Up @@ -20,6 +20,9 @@

#pragma once

// This is only to be enabled for all targets in this branch, so that it can be used in cases where the on board USB port is unusable
#define USE_MSP_UART

#define USE_PARAMETER_GROUPS
// type conversion warnings.
// -Wconversion can be turned on to enable the process of eliminating these warnings
Expand Down

0 comments on commit 1a0fb97

Please sign in to comment.