personal copy to test forking on mbed.org
Fork of k64f_uuid by
Revision 4:c397bce05ecd, committed 2014-11-20
- Comitter:
- mbedAustin
- Date:
- Thu Nov 20 00:01:57 2014 +0000
- Parent:
- 3:d4510e385fae
- Commit message:
- added various things to add to test merging
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Nov 19 23:43:27 2014 +0000
+++ b/main.cpp Thu Nov 20 00:01:57 2014 +0000
@@ -9,11 +9,11 @@
int main() {
uint32_t UUID_LOC = 0x40048054; // K64F address of UUID data
uint32_t result[4] = {0};
- uint32_t i = 3;
+ uint32_t i = 3; //comment here
for (; i>=0; --i) {
result[i] = *(uint32_t *)UUID_LOC;
- printf("REG:%08x\tVAL:%08x\r\n", UUID_LOC, result[i]);
+ printf("REG:%08x\tVAL:%08x\n\r", UUID_LOC, result[i]);
UUID_LOC += 4;
}
@@ -22,3 +22,4 @@
}
+//hadeerp derp derp thingy
\ No newline at end of file
Austin Blackstone
