]> cloudbase.mooo.com Git - irmp-demo.git/blame - timer.h
Rename TIM_IRMP --> IRMP_TIMER
[irmp-demo.git] / timer.h
CommitLineData
b1a276a1 1/*
b8dc4070 2 * (C) Copyright 20014 - 2017 Leo C. <erbl259-lmu@yahoo.de>
b1a276a1
L
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7#ifndef TIMER_H
8#define TIMER_H
9
10#include <stdint.h>
11
12void systick_setup(void);
13uint32_t get_timer(uint32_t);
14
15#endif /* TIMER_H */