Fix for Blue Pill, wait using MHZ.

This commit is contained in:
NIIBE Yutaka
2018-05-08 13:16:58 +09:00
parent 808aa5b186
commit f500ac03da
5 changed files with 40 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
This manual is for Chopstx (version @value{VERSION}).
@noindent
Copyright @copyright{} 2013, 2015, 2016, 2017 Flying Stone Technology @*
Copyright @copyright{} 2013, 2015, 2016, 2017, 2018 Flying Stone Technology @*
@quotation
Permission is granted to copy, distribute and/or modify this document
@@ -157,6 +157,16 @@ program carefully. Enabling sleep, it may result a bricked board; A
board with no RESET pin cannot be debugged by JTAG/SWD.
@node Compile-time macro
@chapter Compile-time macro
@subheading MHZ
@anchor{MHZ}
@defmac {MHZ}
Running CPU clock in MHz. Used for chopstx_usec_wait.
@end defmac
@node API
@chapter API