From e7f1c3bf7275f553529cb17e6e5a9815aea8e6b0 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 11 Jan 2015 10:21:26 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7619 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h | 1 - testhal/STM32/STM32F0xx/USB_CDC/readme.txt | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'testhal') diff --git a/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h b/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h index fc28e745e..9f967fd6f 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h +++ b/testhal/STM32/STM32F0xx/USB_CDC/mcuconf.h @@ -162,5 +162,4 @@ */ #define STM32_USB_USE_USB1 TRUE #define STM32_USB_LOW_POWER_ON_SUSPEND FALSE -#define STM32_USB_USB1_HP_IRQ_PRIORITY 2 #define STM32_USB_USB1_LP_IRQ_PRIORITY 3 diff --git a/testhal/STM32/STM32F0xx/USB_CDC/readme.txt b/testhal/STM32/STM32F0xx/USB_CDC/readme.txt index 39055f999..1b367fcb7 100644 --- a/testhal/STM32/STM32F0xx/USB_CDC/readme.txt +++ b/testhal/STM32/STM32F0xx/USB_CDC/readme.txt @@ -1,14 +1,14 @@ ***************************************************************************** -** ChibiOS/RT HAL - USB-CDC driver demo for STM32F30x. ** +** ChibiOS/RT HAL - USB-CDC driver demo for STM32F072. ** ***************************************************************************** ** TARGET ** -The demo runs on an ST STM32F3-Discovery board. +The demo runs on an ST STM32F072B-Discovery board. ** The Demo ** -The application demonstrates the use of the STM32F30x USB driver. +The application demonstrates the use of the STM32F072 USB driver. ** Build Procedure ** -- cgit v1.2.3