aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-02-20 18:53:30 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-02-20 18:53:30 +0000
commit41585364a77e8d8491c958525d1f0446fe2772e9 (patch)
treeb9cdb86310678f066c78732a527885a611eb5bd9 /os/hal/ports
parent54b63fd3bb931702581eca0ffb1d470923046c81 (diff)
downloadChibiOS-41585364a77e8d8491c958525d1f0446fe2772e9.tar.gz
ChibiOS-41585364a77e8d8491c958525d1f0446fe2772e9.tar.bz2
ChibiOS-41585364a77e8d8491c958525d1f0446fe2772e9.zip
Updated CDC demos under testhal with new shell.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8916 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/ports')
-rw-r--r--os/hal/ports/STM32/LLD/OTGv1/usb_lld.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/os/hal/ports/STM32/LLD/OTGv1/usb_lld.c b/os/hal/ports/STM32/LLD/OTGv1/usb_lld.c
index ffdaaf3ca..88be41d73 100644
--- a/os/hal/ports/STM32/LLD/OTGv1/usb_lld.c
+++ b/os/hal/ports/STM32/LLD/OTGv1/usb_lld.c
@@ -690,10 +690,7 @@ void usb_lld_init(void) {
{
void *wsp = USBD1.wa_pump;
_thread_memfill((uint8_t *)wsp,
- (uint8_t *)wsp + sizeof(thread_t),
- CH_DBG_THREAD_FILL_VALUE);
- _thread_memfill((uint8_t *)wsp + sizeof(thread_t),
- (uint8_t *)wsp + sizeof(USBD1.wa_pump),
+ (uint8_t *)wsp + sizeof (USBD1.wa_pump),
CH_DBG_STACK_FILL_VALUE);
}
#endif /* CH_DBG_FILL_THREADS */