HAL_ChibiOS: added support for 16 bit timers

This commit is contained in:
Andrew Tridgell 2018-04-24 07:44:01 +10:00
parent 03d88b01be
commit 95108a2d2c

View File

@ -43,7 +43,9 @@
* @brief System time counter resolution. * @brief System time counter resolution.
* @note Allowed values are 16 or 32 bits. * @note Allowed values are 16 or 32 bits.
*/ */
#ifndef CH_CFG_ST_RESOLUTION
#define CH_CFG_ST_RESOLUTION 32 #define CH_CFG_ST_RESOLUTION 32
#endif
/** /**
* @brief System tick frequency. * @brief System tick frequency.