Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

9 lines
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