Project

General

Profile

Revision 373

more changes

View differences:

proj_func.h
15 15
//#include <stdint.h>
16 16

  
17 17
/**
18
 * @brief Cleans up all memory, unsubscribes interrupts.
19
 * @return ERROR_CODE code representing the result of the operation, SUCCESS code is returned if everything is OK
20
 * @see {_ERRORS_H_::errors}
21
 */
22
int cleanup(void);
23

  
24
/**
25 18
 * @brief Update key presses.
26 19
 */
27 20
void update_key_presses(void);

Also available in: Unified diff