Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Main.cpp
- Committer:
- kleberkruger
- Date:
- 2013-09-14
- Revision:
- 0:ef0a1a6d4a40
File content as of revision 0:ef0a1a6d4a40:
/*
* File: Main.cpp
* Author: Kleber Kruger
*
* Created on 11 de Junho de 2013, 01:23
*/
#include "FaultInjector.h"
using namespace mbed;
/*
*
*/
int main(void) {
FaultInjector injector;
injector.injectFaults(05, 06);
return 0;
}