Welcome to mirror list, hosted at ThFree Co, Russian Federation.

api-hal-os.h « api-hal « f6 « targets « firmware - github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 45666889ca8667233ec5023bd7f8df7c68eb7c6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

#include <stdint.h>


#ifdef __cplusplus
extern "C" {
#endif

/* Initialize OS helpers
 * Configure and start tick timer
 */
void api_hal_os_init();

#ifdef __cplusplus
}
#endif