Skip to content

Commit

Permalink
ESP32: Fix temperature-measurement app after the addition of temperat…
Browse files Browse the repository at this point in the history
…ure-measurement cluster (#7305)
  • Loading branch information
dhrishi authored and pull[bot] committed Jun 23, 2021
1 parent 014c309 commit 4391763
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/temperature-measurement-app/esp32/main/gen/af-gen-event.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,4 @@
#ifndef __AF_GEN_EVENT__
#define __AF_GEN_EVENT__

// Code used to configure the cluster event mechanism
#define EMBER_AF_GENERATED_EVENT_CODE \
extern EmberEventControl emberAfPluginTemperatureMeasurementServerReadEventControl; \
extern void emberAfPluginTemperatureMeasurementServerReadEventHandler(void);

// EmberEventData structs used to populate the EmberEventData table
#define EMBER_AF_GENERATED_EVENTS \
{ &emberAfPluginTemperatureMeasurementServerReadEventControl, emberAfPluginTemperatureMeasurementServerReadEventHandler },

#define EMBER_AF_GENERATED_EVENT_STRINGS "Temperature Measurement Server Cluster Plugin Read",

#endif // __AF_GEN_EVENT__

0 comments on commit 4391763

Please sign in to comment.