Rapid Prototyping for general microcontroller applications, Ethernet, USB and 32-bit ARM® Cortex™-M3 based designs

timer used for us_ticker.c

13 Sep 2018

Hi 1768ers, i ran into an issue such that i wanted to use the ticker module, but noticed that it is hard coded to use TIMER3. This posed a problem as i was already using TIMER3 for transition capture events (handy because pins are already exported on the NXP LPC1768 development board).

Anyway, i've pulled a PR: https://github.com/ARMmbed/mbed-os/pull/8122 in order to make this a choice from the mbed_app.json file.