You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
409 B

  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>