Mark Gottscho / UtilityLib

Fork of UtilityLib by Mark Gottscho

Revision:
8:e79637fbb035
Parent:
7:a2b7928a81a2
Child:
9:f71dc1b426da
diff -r a2b7928a81a2 -r e79637fbb035 util.h
--- a/util.h	Wed Mar 12 19:27:19 2014 +0000
+++ b/util.h	Wed Mar 12 19:47:18 2014 +0000
@@ -7,4 +7,4 @@
 #include "mbed.h"
 
 uint32_t bytes_to_unsigned(uint8_t b3, uint8_t b2, uint8_t b1, uint8_t b0);
-void unsigned_to_bytes(uint8_t &b3, uint8_t &b2, uint8_t &b1, uint8_t &b0);
\ No newline at end of file
+void unsigned_to_bytes(const uint32_t var, uint8_t &b3, uint8_t &b2, uint8_t &b1, uint8_t &b0);
\ No newline at end of file