olsndot/tests/awd-timer-dma/awd-timer-dma.h
Karl Palsson b375054177 awd-timer-dma: initial commit.
Had to figure out a few screwups before I got the AWD working properly.
2017-09-01 21:20:39 +00:00

12 lines
128 B
C

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
void task_init(void);
void task_run(void);
#ifdef __cplusplus
}
#endif