mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo.
Submitted by: Alexander Milanov < a <> amilanov dot com >
This commit is contained in:
parent
144a072499
commit
55b5758c90
1 changed files with 2 additions and 2 deletions
|
|
@ -779,11 +779,11 @@
|
|||
#define BGE_LEDCTL_10MBPS_LED 0x00000008
|
||||
#define BGE_LEDCTL_TRAFLED_OVERRIDE 0x00000010
|
||||
#define BGE_LEDCTL_TRAFLED_BLINK 0x00000020
|
||||
#define BGE_LEDCTL_TREFLED_BLINK_2 0x00000040
|
||||
#define BGE_LEDCTL_TRAFLED_BLINK_2 0x00000040
|
||||
#define BGE_LEDCTL_1000MBPS_STS 0x00000080
|
||||
#define BGE_LEDCTL_100MBPS_STS 0x00000100
|
||||
#define BGE_LEDCTL_10MBPS_STS 0x00000200
|
||||
#define BGE_LEDCTL_TRADLED_STS 0x00000400
|
||||
#define BGE_LEDCTL_TRAFLED_STS 0x00000400
|
||||
#define BGE_LEDCTL_BLINKPERIOD 0x7FF80000
|
||||
#define BGE_LEDCTL_BLINKPERIOD_OVERRIDE 0x80000000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue