test

Dependencies:   F401RE_USBDevice RAM_DISK mbed-dev

Fork of F401RE_USBMSD_RAM by Norimasa Okamoto

Committer:
dreschpe
Date:
Sun Jan 29 12:54:46 2017 +0000
Revision:
3:197c6b55000a
Parent:
0:05b14f327027
test for export

Who changed what in which revision?

UserRevisionLine numberNew contents of line
samux 0:05b14f327027 1 #include "mbed.h"
samux 0:05b14f327027 2 #include "USBMSD_Ram.h"
samux 0:05b14f327027 3
samux 0:05b14f327027 4 USBMSD_Ram sd;
samux 0:05b14f327027 5
samux 0:05b14f327027 6 int main() {
samux 0:05b14f327027 7 while(1);
samux 0:05b14f327027 8 }