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.

9 line
146B

  1. /* ARM configuration file; HZ is 100 rather than the default 60 */
  2. #ifndef _MACHINE_PARAM_H
  3. # define _MACHINE_PARAM_H
  4. # define HZ (100)
  5. #endif