How to use microseconds timer.
I am executing system_timer_reinit() at the begining of user_init() function.
I also defined USE_US_TIMER.
I am using os_timer_arm_us everytime, I need microseconds timer.
Are there any drawbacks? Can I still use normal, milliseconds timer in my code?