Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed May 10, 2012
1 parent b807866 commit 65c27d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/shieldtest/shieldtest.pde
Expand Up @@ -257,5 +257,4 @@ uint32_t read32(File f) {
((uint8_t *)&result)[2] = f.read();
((uint8_t *)&result)[3] = f.read(); // MSB
return result;
}

}

0 comments on commit 65c27d0

Please sign in to comment.