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 60927e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ src_dir = examples/BHI260AP_UpdateFirmware
; default_envs = esp32s3
; default_envs = esp32c3
; default_envs = rp2040
default_envs = nrf52840
; default_envs = nrf52840
; default_envs = stm32

; Custom board variant
Expand Down Expand Up @@ -163,8 +163,9 @@ build_flags =
-DCFG_LOGGER=0
-DCFG_SYSVIEW=1

; lib_deps =
lib_deps =
; adafruit/SdFat - Adafruit Fork @ ^2.2.3 ;BHI260AP_UpdateFirmware example use
; https://github.com/CreativeRobotics/Commander ;BHI260AP_aux_BMM150_BME280_Expand_GPIO example use

[env:stm32]
platform = ststm32
Expand Down
1 change: 0 additions & 1 deletion src/bosch/BoschParse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "BoschParse.h"

#ifdef USE_STD_VECTOR
std::vector<SensorEventCbList_t> BoschParse::bhyEventVector;
std::vector<ParseCallBackList_t> BoschParse::bhyParseEventVector;
#else
ParseCallBackList_t *BoschParse::BoschParse_bhyParseEventVector = NULL;
Expand Down
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 60927e3

Please sign in to comment.