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