kendryte / kendryte-standalone-sdk

Standalone SDK for kendryte K210
https://kendryte.com
Apache License 2.0
440 stars 161 forks source link

Inconsistency between documentation and code #99

Open Forty-Bot opened 4 years ago

Forty-Bot commented 4 years ago

In develop/lib/drivers/sysctl.c on line 1399, the APB0, APB1, and APB2 clocks are documented as using even divider. However, in the code, the result is not multiplied by two, like with other even dividers.