Skip to content

Commit

Permalink
apply astyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed Aug 9, 2024
1 parent 2cb1903 commit 625b3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/drivers/device/qurt/I2C.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ I2C::I2C(uint8_t device_type, const char *name, const int bus, const uint16_t ad
_device_id.devid_s.bus = bus;
_device_id.devid_s.address = address;

_mutex = PTHREAD_MUTEX_INITIALIZER;
_mutex = PTHREAD_MUTEX_INITIALIZER;

PX4_INFO("*** I2C Device ID 0x%x %d", _device_id.devid, _device_id.devid);
}
Expand Down

0 comments on commit 625b3be

Please sign in to comment.