Skip to content

Commit

Permalink
Merge pull request #1 from Opriego/fixed_multiple_defs
Browse files Browse the repository at this point in the history
Fixed an Issue due to bad defined global variables
  • Loading branch information
jeremyhahn authored Sep 28, 2024
2 parents cd6b286 + de8132d commit 6862905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passthru_shadow.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define PASSTHRU_SHADOW_GET_TOPIC "$aws/things/%s/shadow/get"
#define PASSTHRU_SHADOW_GET_ACCEPTED_TOPIC "$aws/things/%s/shadow/get/accepted"

char DELTA_REPORT[SHADOW_MAX_SIZE_OF_RX_BUFFER];
static char DELTA_REPORT[SHADOW_MAX_SIZE_OF_RX_BUFFER];

typedef struct {
int *type;
Expand Down

0 comments on commit 6862905

Please sign in to comment.