This is a test
Revision 2:391f8ed1f54c, committed 2018-08-20
- Comitter:
- jplunkett
- Date:
- Mon Aug 20 17:38:06 2018 +0000
- Parent:
- 1:ac617c2d1c1c
- Commit message:
- Test commit 2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Aug 20 17:37:53 2018 +0000
+++ b/main.cpp Mon Aug 20 17:38:06 2018 +0000
@@ -3,6 +3,7 @@
DigitalOut led1(LED1);
// Adding information for test commit
+// Adding information for test commit 2
// main() runs in its own thread in the OS
int main() {
Jenny Plunkett