main/updates.h

changeset 0
b74b0e4902c3
child 4
6d1f512cd074
equal deleted inserted replaced
-1:000000000000 0:b74b0e4902c3
1 /**
2 * @file updates.h
3 * @brief Updates management.
4 */
5 #ifndef _UPDATES_H
6 #define _UPDATES_H
7
8 /**
9 * * @brief Updates init fases.
10 * */
11 void Updates_Init(void);
12
13 /**
14 * * @brief Updates loop screens. Non-blocking.
15 * */
16 void Updates_Loop(void);
17
18 #endif

mercurial