diff options
| author | Damien George | 2014-03-22 12:32:54 +0000 |
|---|---|---|
| committer | Damien George | 2014-03-22 12:32:54 +0000 |
| commit | fb25c2d95f2c2e9e5fdf372caa16398eafe3910d (patch) | |
| tree | 62f5ad5d68ad63f2b189ba91c424ae3a49ece08f /stmhal/main.c | |
| parent | b32db4e1ad381edaaf91320cb2830e4a1b151863 (diff) | |
stmhal: USB CDC and MSC device work together.
Diffstat (limited to 'stmhal/main.c')
| -rw-r--r-- | stmhal/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/main.c b/stmhal/main.c index d92ccdd5b..f07a5eef1 100644 --- a/stmhal/main.c +++ b/stmhal/main.c @@ -336,7 +336,6 @@ soft_reset: fno.lfname = NULL; fno.lfsize = 0; #endif - led_debug(0, 500); FRESULT res = f_stat("0:/boot.py", &fno); if (res == FR_OK) { if (fno.fattrib & AM_DIR) { |
