mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
POWERSTATECHANGE was misspelled.
This commit is contained in:
parent
cae2d2c61f
commit
75b36243d1
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ struct event_config events[EVENT_MAX] = {
|
|||
EVENT_CONFIG_INITIALIZER(NORMRESUME, 0)
|
||||
EVENT_CONFIG_INITIALIZER(CRITRESUME, 0)
|
||||
EVENT_CONFIG_INITIALIZER(BATTERYLOW, 0)
|
||||
EVENT_CONFIG_INITIALIZER(POWERSTATECHANG, 0)
|
||||
EVENT_CONFIG_INITIALIZER(POWERSTATECHANGE, 0)
|
||||
EVENT_CONFIG_INITIALIZER(UPDATETIME, 0)
|
||||
EVENT_CONFIG_INITIALIZER(CRITSUSPEND, 1)
|
||||
EVENT_CONFIG_INITIALIZER(USERSTANDBYREQ, 1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue