alarm-clock-6502/calcClkfreq.c

10 lines
121 B
C

/* This file is only here to make clkfreq.s load successfully. */
#include "clkfreq.h"
void main()
{
clkfreq();
}