This is a test of the ability to publish code

Dependencies:   mbed SpiFlash25 mtsas

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SystemTimeKeeper.cpp Source File

SystemTimeKeeper.cpp

00001 
00002 #include "mbed.h"
00003 #include "SystemTimeKeeper.h"
00004 
00005 SystemTimeKeeper* SystemTimeKeeper::m_instance = NULL;
00006