diff options
author | Damien George <damien.p.george@gmail.com> | 2019-10-31 12:49:18 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-10-31 12:49:18 +1100 |
commit | 9ec73aedb4fedafce93a018c26cfbc79686be34b (patch) | |
tree | ea19043d155b3aaeebf6fdead9ba1f815bdd221e /tests/pyb/timer.py.exp | |
parent | 4e1b03d45c4d6be9ad9615f63a1146c46a4136d7 (diff) |
stm32/timer: Fix Timer.freq() calc so mult doesn't overflow uint32_t.
Fixes issue #5280.
Diffstat (limited to 'tests/pyb/timer.py.exp')
-rw-r--r-- | tests/pyb/timer.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pyb/timer.py.exp b/tests/pyb/timer.py.exp index 5c4623030..7602bbd70 100644 --- a/tests/pyb/timer.py.exp +++ b/tests/pyb/timer.py.exp @@ -2,3 +2,5 @@ 200 300 400 +100 +0.001 |