| 88 | } |
| 89 | |
| 90 | void SetBeeperFrequency(unsigned short Frequency) { |
| 91 | if (!Frequency) Frequency = 1; |
| 92 | SetBeeperDivider(static_cast<unsigned short>(1193182 / static_cast<unsigned long>(Frequency))); |
| 93 | } |
| 94 | } |
| 95 | |
| 96 | namespace RW { |
no test coverage detected