LCD: generic OLED-RIT-128x96 (P14201) graphic display driver implementation.
[bertos.git] / bertos / drv / wdt.h
index bafb8fb8cc4495dbef19ba74f66c65f9016a0816..89752bf7ac6a04625d390d64cd9cc3987ab1058b 100644 (file)
        INLINE void wdt_reset(void)
        {
        #if CONFIG_WATCHDOG
-               #if OS_QT
-                       // Let Qt handle events
-                       ASSERT(qApp);
-                       qApp->processEvents();
-               #elif OS_POSIX
+               #if OS_POSIX
                        static struct timeval tv = { 0, 0 };
                        select(0, NULL, NULL, NULL, &tv);
                #endif