diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-17 07:08:17 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-09-17 07:08:17 +0000 |
commit | 726f224d164b92586435822b9e3e58359000c58c (patch) | |
tree | c161d1315399a9b8915482ab92c8c10e1e2fa2f3 | |
parent | 53c475eeb4dc5c8f1504559d1912b1e33c6e1e14 (diff) | |
download | ChibiOS-726f224d164b92586435822b9e3e58359000c58c.tar.gz ChibiOS-726f224d164b92586435822b9e3e58359000c58c.tar.bz2 ChibiOS-726f224d164b92586435822b9e3e58359000c58c.zip |
Fixed documentation error.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10605 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | testhal/STM32/multi/PAL/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/PAL/readme.txt b/testhal/STM32/multi/PAL/readme.txt index d3c7c9a09..bbf7866b0 100644 --- a/testhal/STM32/multi/PAL/readme.txt +++ b/testhal/STM32/multi/PAL/readme.txt @@ -1,5 +1,5 @@ *****************************************************************************
-** ChibiOS/HAL - Unified USB driver demo. **
+** ChibiOS/HAL - Unified PAL driver demo. **
*****************************************************************************
** TARGET **
@@ -8,7 +8,7 @@ The demo can be compiled to run on multiple STM32 target boards. ** The Demo **
-The application demonstrates the use of the HAL USB driver.
+The application demonstrates the use of the HAL PAL driver.
** Build Procedure **
|