Skip to content

Commit 1793884

Browse files
fessehaevepull[bot]
authored andcommitted
fix missed update in b6859d7 (#21722)
1 parent 2f253dc commit 1793884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/light-switch-app/nrfconnect/main/include/BindingHandler.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ class BindingHandler
5151
}
5252

5353
private:
54-
static void OnOffProcessCommand(chip::CommandId, const EmberBindingTableEntry &, chip::DeviceProxy *, void *);
55-
static void LevelControlProcessCommand(chip::CommandId, const EmberBindingTableEntry &, chip::DeviceProxy *, void *);
56-
static void LightSwitchChangedHandler(const EmberBindingTableEntry &, chip::DeviceProxy *, void *);
54+
static void OnOffProcessCommand(chip::CommandId, const EmberBindingTableEntry &, chip::OperationalDeviceProxy *, void *);
55+
static void LevelControlProcessCommand(chip::CommandId, const EmberBindingTableEntry &, chip::OperationalDeviceProxy *, void *);
56+
static void LightSwitchChangedHandler(const EmberBindingTableEntry &, chip::OperationalDeviceProxy *, void *);
5757
static void LightSwitchContextReleaseHandler(void * context);
5858
static void InitInternal(intptr_t);
5959

0 commit comments

Comments
 (0)