This is a test
Revision 1:ac617c2d1c1c, committed 2018-08-20
- Comitter:
- jplunkett
- Date:
- Mon Aug 20 17:37:53 2018 +0000
- Parent:
- 0:2e6c56c29340
- Child:
- 2:391f8ed1f54c
- Commit message:
- Test commit 1
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:35:58 2018 +0000
+++ b/main.cpp Mon Aug 20 17:37:53 2018 +0000
@@ -2,6 +2,8 @@
DigitalOut led1(LED1);
+// Adding information for test commit
+
// main() runs in its own thread in the OS
int main() {
while (true) {
Jenny Plunkett