SWUpdate library to be used with RPC.

Fork of SWUpdate by David Smart

Revision:
18:5f7667d63a27
Parent:
17:1d318666246c
Child:
19:169aab9047bd
--- a/SWUpdate.h	Sat Jul 05 22:27:09 2014 +0000
+++ b/SWUpdate.h	Sat Oct 11 17:27:46 2014 +0000
@@ -167,9 +167,9 @@
 ///     ...
 /// @endcode
 ///
-/// @param url is a pointer to a text string of the url from which to download.
-/// @param name is the base filename of the binary file.
-/// @param action determines whether to automatically reboot to activate the new bin.
+/// @param[in] url is a pointer to a text string of the url from which to download.
+/// @param[in] name is the base filename of the binary file.
+/// @param[in] action determines whether to automatically reboot to activate the new bin.
 /// @return SWUpdate_T code indicating if the update succeeded, otherwise it returns a bitmask
 ///         of failure flags. Also, note that if it succeeded, and it was set for AUTO_REBOOT
 ///         that it will not return from this function.