diff options
author | Josh Rahm <joshuarahm@gmail.com> | 2018-01-16 00:02:56 -0700 |
---|---|---|
committer | Josh Rahm <joshuarahm@gmail.com> | 2018-01-16 00:02:56 -0700 |
commit | 92c50db2b05818157d46e09f4dec4fa1e96f960b (patch) | |
tree | c264b9d183e9c69fb8434712347a5680a41edf3a /system-clock/include/spin.h | |
parent | 6d3197d768bf13c1402c1305050ea355f8c79fec (diff) | |
download | stm32l4-92c50db2b05818157d46e09f4dec4fa1e96f960b.tar.gz stm32l4-92c50db2b05818157d46e09f4dec4fa1e96f960b.tar.bz2 stm32l4-92c50db2b05818157d46e09f4dec4fa1e96f960b.zip |
able to set the clock speed in MHz.
Diffstat (limited to 'system-clock/include/spin.h')
-rw-r--r-- | system-clock/include/spin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-clock/include/spin.h b/system-clock/include/spin.h index a920847..a88d2f8 100644 --- a/system-clock/include/spin.h +++ b/system-clock/include/spin.h @@ -10,7 +10,7 @@ * is a 0. Each independent flashing is succeced by a break of 4 times that * of a long flash. */ -void spin(uint8_t code); +void spin(uint32_t base_delay, uint8_t code); |