Changeset 12464
- Timestamp:
- 07/08/09 19:14:39 (4 years ago)
- Location:
- src/router/rc
- Files:
-
- 2 edited
-
check_ps.c (modified) (1 diff)
-
watchdog.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/router/rc/check_ps.c
r12410 r12464 126 126 if (radiostate == 1) 127 127 #else 128 if ( radiostate & WL_RADIO_SW_DISABLE== 0)128 if ((radiostate & WL_RADIO_SW_DISABLE) == 0) 129 129 #endif 130 130 led_control(LED_WLAN, LED_ON); -
src/router/rc/watchdog.c
r12410 r12464 47 47 if (radiostate == 1) 48 48 #else 49 if ( radiostate & WL_RADIO_SW_DISABLE== 0)49 if ((radiostate & WL_RADIO_SW_DISABLE) == 0) 50 50 #endif 51 51 led_control(LED_WLAN, LED_ON);
Note: See TracChangeset
for help on using the changeset viewer.
