package edu.wpi.first.wpilibj.hal; public class ConstantsJNI { public static int getSystemClockTicksPerMicrosecond() { return 40; } }