9 lines
93 B
C
9 lines
93 B
C
#ifndef PIT_H
|
|
#define PIT_H
|
|
|
|
#include "../include/utils.h"
|
|
|
|
void pit_init(int freq);
|
|
|
|
#endif
|