chconf.h 196 B

123456789
  1. // Copyright 2022 Mega Mind (@megamind4089)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #define CH_CFG_ST_RESOLUTION 16
  5. #define CH_CFG_ST_FREQUENCY 10000
  6. #include_next <chconf.h>