summaryrefslogtreecommitdiff
path: root/apps/examples/adc/adc_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/adc/adc_main.c')
-rw-r--r--apps/examples/adc/adc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/adc/adc_main.c b/apps/examples/adc/adc_main.c
index e685f862d..f0876bb60 100644
--- a/apps/examples/adc/adc_main.c
+++ b/apps/examples/adc/adc_main.c
@@ -132,10 +132,10 @@ int MAIN_NAME(int argc, char *argv[])
errval = 1;
goto errout;
}
- message(MAIN_STRING "Hardware initialized. Opening the ADC device\n");
/* Open the ADC device for reading */
+ message(MAIN_STRING "Hardware initialized. Opening the ADC device\n");
fd = open(CONFIG_EXAMPLES_ADC_DEVPATH, O_RDONLY);
if (fd < 0)
{