roshbaby / stm8s-sdcc

STM8S Standard Peripheral Library Ported to SDCC for multiple STM8 targets
69 stars 26 forks source link

CLK: Remove dependency on long division routine #5

Closed jaseg closed 6 years ago

jaseg commented 6 years ago

I was a bit irritated when building the clock module tried to pull in some long division routine from sdcc's support libraries, so here's a patch that replaces the single occurrence of that in that file so that it works without it.

This is untested.