You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
146 B
C
9 lines
146 B
C
4 years ago
|
/* ARM configuration file; HZ is 100 rather than the default 60 */
|
||
|
|
||
|
#ifndef _MACHINE_PARAM_H
|
||
|
# define _MACHINE_PARAM_H
|
||
|
|
||
|
# define HZ (100)
|
||
|
|
||
|
#endif
|