We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d75ef59 commit 4db8952Copy full SHA for 4db8952
arch/parisc/include/asm/led.h
@@ -11,8 +11,8 @@
11
#define LED1 0x02
12
#define LED0 0x01 /* bottom (or furthest left) LED */
13
14
-#define LED_LAN_TX LED0 /* for LAN transmit activity */
15
-#define LED_LAN_RCV LED1 /* for LAN receive activity */
+#define LED_LAN_RCV LED0 /* for LAN receive activity */
+#define LED_LAN_TX LED1 /* for LAN transmit activity */
16
#define LED_DISK_IO LED2 /* for disk activity */
17
#define LED_HEARTBEAT LED3 /* heartbeat */
18
0 commit comments