aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/ADC_DUAL
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 13:49:06 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-12-03 13:49:06 +0000
commit304c76dddd3f2a84062588c434c034d83f82fa52 (patch)
treef3a86a734b76dd6b8084abe4ac0fa15447b47f3c /testhal/STM32/STM32F3xx/ADC_DUAL
parent69492747606d30c64b7719172d4a5ec804421b99 (diff)
downloadChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.tar.gz
ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.tar.bz2
ChibiOS-304c76dddd3f2a84062588c434c034d83f82fa52.zip
Added watchdog driver model (WDG), to be completed and tested.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8555 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F3xx/ADC_DUAL')
-rw-r--r--testhal/STM32/STM32F3xx/ADC_DUAL/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/STM32F3xx/ADC_DUAL/readme.txt b/testhal/STM32/STM32F3xx/ADC_DUAL/readme.txt
index 2b38919c2..5c81e2aa9 100644
--- a/testhal/STM32/STM32F3xx/ADC_DUAL/readme.txt
+++ b/testhal/STM32/STM32F3xx/ADC_DUAL/readme.txt
@@ -1,5 +1,5 @@
*****************************************************************************
-** ChibiOS/HAL - ADC driver demo for STM32F30x. **
+** ChibiOS/HAL - ADC driver demo for STM32F3xx. **
*****************************************************************************
** TARGET **
@@ -8,7 +8,7 @@ The demo runs on an STMicroelectronics STM32F3-Discovery board.
** The Demo **
-The application demonstrates the use of the STM32F30x ADC driver.
+The application demonstrates the use of the STM32F3xx ADC driver.
** Board Setup **