aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authortfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-11-01 02:04:43 +0000
committertfateba <tfateba@35acf78f-673a-0410-8e92-d51de3d6d3f4>2016-11-01 02:04:43 +0000
commitef75851d109f9b1bd106c0140548300fce631906 (patch)
treeb991ba974065ec73cd2cbb8a6092cc8ecaf83788 /os/hal
parent4600e6fc46e0e13441cd87989eed8ad8d49786d4 (diff)
downloadChibiOS-ef75851d109f9b1bd106c0140548300fce631906.tar.gz
ChibiOS-ef75851d109f9b1bd106c0140548300fce631906.tar.bz2
ChibiOS-ef75851d109f9b1bd106c0140548300fce631906.zip
Fixed small ident, readme file and Makefile.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9896 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/AVR/hal_adc_lld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/AVR/hal_adc_lld.h b/os/hal/ports/AVR/hal_adc_lld.h
index 219fd9d0b..8e2231724 100644
--- a/os/hal/ports/AVR/hal_adc_lld.h
+++ b/os/hal/ports/AVR/hal_adc_lld.h
@@ -152,7 +152,7 @@ struct ADCDriver {
/**
* @brief Mutex protecting the peripheral.
*/
- mutex_t mutex;
+ mutex_t mutex;
#elif CH_CFG_USE_SEMAPHORES
Semaphore semaphore;
#endif