Skip to content

Commit ee1f215

Browse files
finger563Copilot
andauthored
Update components/bmi270/include/bmi270.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 67eb33a commit ee1f215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/bmi270/include/bmi270.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ class Bmi270 : public espp::BasePeripheral<uint8_t, Interface == bmi270::Interfa
571571
}
572572

573573
// upload config file:
574-
// - burst write 8 kB init data to INIT_DATA, using 128-byte writes
574+
// - burst write init data to INIT_DATA, using configurable chunk size (defaults to 8 kB)
575575
const uint8_t *config_data = config_file;
576576
size_t burst_size = burst_write_size_;
577577
size_t config_size = config_file_size;

0 commit comments

Comments
 (0)