Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Oct 28, 2024
1 parent e6a5ccc commit a0364ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bosch/BoschParse.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ class BoschParse
static uint32_t BoschParse_bhyParseEventVectorSize;
static uint32_t BoschParse_bhyParseEventVectorCapacity ;
static void expandParseEventVector();
static BhyEventCb _event_callback;
#endif
static BhyEventCb _event_callback;
static BhyDebugMessageCallback _debug_callback;

static void parseData(const struct bhy2_fifo_parse_data_info *fifo, void *user_data);
Expand Down

0 comments on commit a0364ab

Please sign in to comment.