From 7dffa15c1670806cc053b9930f341b53e30f7384 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Sun, 5 Jun 2011 13:55:56 +0000 Subject: Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru. --- Demos/Device/ClassDriver/AudioInput/AudioInput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Demos/Device/ClassDriver/AudioInput') diff --git a/Demos/Device/ClassDriver/AudioInput/AudioInput.h b/Demos/Device/ClassDriver/AudioInput/AudioInput.h index 8743d8b06..47f2d3d47 100644 --- a/Demos/Device/ClassDriver/AudioInput/AudioInput.h +++ b/Demos/Device/ClassDriver/AudioInput/AudioInput.h @@ -57,7 +57,7 @@ /** ADC channel MUX mask for the microphone input. */ #define MIC_IN_ADC_MUX_MASK ADC_CHANNEL2 - /** Maximum ADC sample value for the microphone input. */ + /** Maximum audio sample value for the microphone input. */ #define SAMPLE_MAX_RANGE 0xFFFF /** Maximum ADC range for the microphone input. */ -- cgit v1.2.3