From 94186c82396dee2f70785bf9e241780f29275870 Mon Sep 17 00:00:00 2001 From: Damien Date: Wed, 23 Oct 2013 00:02:06 +0100 Subject: Implement boot-up commands; run main script after boot. --- stm/lib/usbd_storage_msd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stm/lib') diff --git a/stm/lib/usbd_storage_msd.c b/stm/lib/usbd_storage_msd.c index afdd47865..a924a868d 100644 --- a/stm/lib/usbd_storage_msd.c +++ b/stm/lib/usbd_storage_msd.c @@ -308,7 +308,7 @@ int8_t STORAGE_Write (uint8_t lun, while (SD_GetStatus() != SD_TRANSFER_OK); #endif */ - //disk_write(0, buf, blk_addr, blk_len); + disk_write(0, buf, blk_addr, blk_len); return (0); } -- cgit v1.2.3