Marian Buschsieweke 650559276f
cpu/stm32/periph_ptp: bugfix & better debug output
- Clear the PTP timer interrupt *after* the user callback is executed
    - Otherwise it would be possible that the ISR sets another super
      short timeout that triggers during ISR, which also gets cleared
    - This is a pretty nasty race condition :-/
- The debug output was a bit too verbose to be generally useful. Some
  noise is now silenced unless `DEBUG_VERBOSE` is `#define`d to 1
2021-03-23 22:58:10 +01:00
..
2021-02-18 10:46:08 +01:00
2021-02-14 00:29:47 +01:00
2021-02-18 10:46:08 +01:00
2020-07-16 17:01:10 +02:00