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