Remove set_clock_speed

This commit is contained in:
twinaphex 2014-12-09 17:32:51 +01:00
parent eadd3a34b9
commit 4b4a78878b
2 changed files with 0 additions and 7 deletions

5
main.c
View File

@ -629,8 +629,3 @@ void printout(void *str, u32 val)
{
printf(str, val);
}
void set_clock_speed()
{
}

2
main.h
View File

@ -192,8 +192,6 @@ static u32 prescale_table[] = { 0, 6, 8, 10 };
void change_ext(const char *src, char *buffer, const char *extension);
void make_rpath(char *buff, size_t size, const char *ext);
void set_clock_speed();
#endif