blob: dec6aa23f0d8717a2a3d27f778a548da27e60e31 [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IIOSERVICE_INCLUDE_CONSTANTS_H_
#define IIOSERVICE_INCLUDE_CONSTANTS_H_
namespace iioservice {
const double kFrequencyEpsilon = 0.001; // Hz
} // namespace iioservice
#endif // IIOSERVICE_INCLUDE_CONSTANTS_H_