Skip to content

Commit

Permalink
[electrical] fix missing defined
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Feb 19, 2013
1 parent 94eed97 commit 073929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/subsystems/electrical.c
Expand Up @@ -21,7 +21,7 @@

struct Electrical electrical;

#if defined ADC_CHANNEL_VSUPPLY || ADC_CHANNEL_CURRENT || MILLIAMP_AT_FULL_THROTTLE
#if defined ADC_CHANNEL_VSUPPLY || defined ADC_CHANNEL_CURRENT || defined MILLIAMP_AT_FULL_THROTTLE
static struct {
#ifdef ADC_CHANNEL_VSUPPLY
struct adc_buf vsupply_adc_buf;
Expand Down

0 comments on commit 073929c

Please sign in to comment.