您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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