/* 
 * File:   Clock.h
 * Author: Antimatter
 *
 * Created on March 23, 2024, 7:29 AM
 */

#ifndef CLOCK_H
#define	CLOCK_H

#define clock_speed 80

#endif	/* CLOCK_H */

