Update README files

This commit is contained in:
Gregory Nutt 2015-04-15 09:31:44 -06:00
parent 8bdfcf3ada
commit 4ad24f8903

View File

@ -29,6 +29,9 @@ doing this:
application using the mount() interface described in
uttx/include/sys/mount.h.
This steps, however, must be done very early in initialization,
before there is any need for time-related services.
Both of these steps are shown together in the following code sample:
/****************************************************************************