ClockSelect / myevic

This is myevic Custom Firmware.
GNU General Public License v3.0
299 stars 101 forks source link

RX2/3, LightSleep, charging does not begin. #345

Closed MicroSur closed 6 years ago

MicroSur commented 6 years ago

RX2/3 LSL = On; mod falls asleep (or turned off); user connects USB cable; issue - charging does not begin.

When LSL disabled, behavior is normal. Can You help with this please?

MicroSur commented 6 years ago

may be ` myevic void TMR3_IRQHandler() { if ( TIMER_GetIntFlag( TIMER3 ) ) { TIMER_ClearIntFlag( TIMER3 );

            if( USBD_IS_ATTACHED() && !gFlags.usb_attached )
    {
                gFlags.wake_up = 1;
            }

    gFlags.tick_10hz = 1;

`

MicroSur commented 6 years ago

I apologize, earlier on it already complained and not once.