1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 08:15:30 +03:00

Define macro HZ_TO_INTERVAL_US() and remove unneeded comments

This commit is contained in:
jirif 2018-07-27 20:59:19 +02:00
parent 2c4659c7cd
commit 0111949c63
3 changed files with 5 additions and 3 deletions

View file

@ -57,6 +57,8 @@
#define Q12 (1 << 12)
#define HZ_TO_INTERVAL_US(x) (1000000 / (x))
typedef int32_t fix12_t;
typedef struct stdev_s