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.
Diff: Main.cpp
- Revision:
- 0:ef0a1a6d4a40
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Main.cpp Sat Sep 14 22:58:28 2013 +0000
@@ -0,0 +1,21 @@
+/*
+ * 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;
+}