diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-20 17:09:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-08-20 17:09:16 +0000 |
commit | 44603763e16a634ecc2e65bf7264c9c3cd1755dd (patch) | |
tree | cf7bf4b94c1e7ea904715c09b3906252e6c3602e /testhal/STM32F4xx | |
parent | 34310e401f78e1849e73e1e74efea661be967e61 (diff) | |
download | ChibiOS-44603763e16a634ecc2e65bf7264c9c3cd1755dd.tar.gz ChibiOS-44603763e16a634ecc2e65bf7264c9c3cd1755dd.tar.bz2 ChibiOS-44603763e16a634ecc2e65bf7264c9c3cd1755dd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4595 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx')
-rw-r--r-- | testhal/STM32F4xx/USB_CDC/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/USB_CDC/main.c b/testhal/STM32F4xx/USB_CDC/main.c index f2f00ebce..49a31a674 100644 --- a/testhal/STM32F4xx/USB_CDC/main.c +++ b/testhal/STM32F4xx/USB_CDC/main.c @@ -408,9 +408,7 @@ static void cmd_write(BaseSequentialStream *chp, int argc, char *argv[]) { while (chnGetTimeout((BaseChannel *)chp, TIME_IMMEDIATE) == Q_TIMEOUT) {
chSequentialStreamWrite(&SDU1, buf, sizeof buf - 1);
-// palTogglePad(GPIOD, GPIOD_LED4);
}
-// palClearPad(GPIOD, GPIOD_LED4);
chprintf(chp, "\r\n\nstopped\r\n");
}
|