Remove set_clock_speed
This commit is contained in:
parent
eadd3a34b9
commit
4b4a78878b
2 changed files with 0 additions and 7 deletions
5
main.c
5
main.c
|
@ -629,8 +629,3 @@ void printout(void *str, u32 val)
|
|||
{
|
||||
printf(str, val);
|
||||
}
|
||||
|
||||
void set_clock_speed()
|
||||
{
|
||||
}
|
||||
|
||||
|
|
2
main.h
2
main.h
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue