\r
#if defined(MICROPHONE_BIASED_TO_HALF_RAIL)\r
/* Microphone is biased to half rail voltage, subtract the bias from the sample value */\r
- AudioSample -= (SAMPLE_MAX_RANGE / 2));\r
+ AudioSample -= (SAMPLE_MAX_RANGE / 2);\r
#endif\r
\r
Audio_Device_WriteSample16(&Microphone_Audio_Interface, AudioSample);\r