Skip to content

Commit

Permalink
Fixed an Issue where the binary doesn't link properly due to bad defi…
Browse files Browse the repository at this point in the history
…ned global variables

Signed-off-by: Oscar Priego Verdugo <[email protected]>
  • Loading branch information
Oscar Priego Verdugo committed Nov 29, 2023
1 parent abe63f4 commit de8132d
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 de8132d

Please sign in to comment.