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

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

#include <stdint.h>

#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif