| 42 | // ============================================================================ |
| 43 | |
| 44 | void delayNanoseconds(fl::u32 ns) FL_NOEXCEPT { |
| 45 | delayNanoseconds_impl(ns); |
| 46 | } |
| 47 | |
| 48 | void delayNanoseconds(fl::u32 ns, fl::u32 hz) FL_NOEXCEPT { |
| 49 | delayNanoseconds_impl(ns, hz); |
no outgoing calls
no test coverage detected