Examples for mFS.

Dependencies:   mbed

common.h

Committer:
HBP
Date:
2011-02-24
Revision:
3:fa4e0fea475b
Parent:
0:6b88a0d4bab8

File content as of revision 3:fa4e0fea475b:

#include "mbed.h"
#include "mfs.h"

#ifndef common_defs
#define common_defs 1

typedef unsigned short int uint16;

extern Serial pc(USBTX, USBRX);

#endif