Skip to content

Commit 83031be

Browse files
committed
fix trailing whitespace
1 parent e7842f1 commit 83031be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ports/raspberrypi/common-hal/busio

ports/raspberrypi/common-hal/busio/I2C.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ void common_hal_busio_i2c_construct(busio_i2c_obj_t *self,
5050

5151
// Don't bother to check for pull-ups when the internal pull-ups are used.
5252
#if CIRCUITPY_REQUIRE_I2C_PULLUPS && !CIRCUITPY_I2C_ALLOW_INTERNAL_PULL_UP
53-
53+
5454
// TODO: maybe check the pull-up efficacy with timing scaled by frequency
5555
// as is done in espressif, instead of using a fixed 3us.
56-
56+
5757
// Test that the pins are in a high state. (Hopefully indicating they are pulled up.)
5858
gpio_set_function(sda->number, GPIO_FUNC_SIO);
5959
gpio_set_function(scl->number, GPIO_FUNC_SIO);

0 commit comments

Comments
 (0)