chconf.h 409 B

12345678910111213
  1. // Copyright 2022 Stefan Kerkmann
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define CH_CFG_SMP_MODE TRUE
  5. #define CH_CFG_ST_RESOLUTION 32
  6. #define CH_CFG_ST_FREQUENCY 1000000
  7. #define CH_CFG_INTERVALS_SIZE 32
  8. #define CH_CFG_TIME_TYPES_SIZE 32
  9. #define CH_CFG_ST_TIMEDELTA 20
  10. #include_next <chconf.h>