main/files.h

Tue, 02 Nov 2021 14:47:43 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Nov 2021 14:47:43 +0100
changeset 120
afd58d4c7b5b
parent 19
49e2960d4642
permissions
-rw-r--r--

Version 0.3.20 fix for equipment records create and delete.

/**
 * @file files.h
 * @brief Files management.
 */
#ifndef _FILESS_H
#define _FILESS_H

/**
 * @brief Files init fases.
 */
void Files_Init(void);

/**
 * @brief Files loop screens. Bob-blocking.
 */
void Files_Loop(void);

#endif

mercurial