main/updates.h

Fri, 29 Nov 2019 14:26:37 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 29 Nov 2019 14:26:37 +0100
changeset 44
e52d11b8f252
parent 26
8a3696620c0a
permissions
-rw-r--r--

Removed dead code. Added more doxygen documentation.

/**
 * @file updates.h
 * @brief Updates management. It can download and install new firmware
 *        downloaded from the internet.
 */

#ifndef _UPDATES_H
#define _UPDATES_H


/**
 * @brief Update firmware via internet.
 */
void bin_update(void);


#endif

mercurial