diff options
Diffstat (limited to 'firmware/drivers/dac.h')
-rw-r--r-- | firmware/drivers/dac.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/drivers/dac.h b/firmware/drivers/dac.h index c0b2873fda..ef5e4e992d 100644 --- a/firmware/drivers/dac.h +++ b/firmware/drivers/dac.h | |||
@@ -19,6 +19,10 @@ | |||
19 | #ifndef _DAC_H_ | 19 | #ifndef _DAC_H_ |
20 | #define _DAC_H_ | 20 | #define _DAC_H_ |
21 | 21 | ||
22 | #include "config.h" | ||
23 | |||
24 | #ifdef HAVE_DAC3550A | ||
25 | |||
22 | /* | 26 | /* |
23 | DAC I2C defs | 27 | DAC I2C defs |
24 | */ | 28 | */ |
@@ -37,3 +41,5 @@ extern int dac_config(int value); | |||
37 | extern void dac_init(void); | 41 | extern void dac_init(void); |
38 | 42 | ||
39 | #endif | 43 | #endif |
44 | |||
45 | #endif | ||