aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f411_encoder_polling
diff options
context:
space:
mode:
authorRonald Weber <ronaldxweber@gmail.com>2025-02-19 18:04:56 +0100
committerEmil Fresk <emil.fresk@gmail.com>2025-02-19 19:14:04 +0000
commitb18c1e2b6bc53cf56358f85784fe26eff43a4758 (patch)
tree70c2ab4a9d0635287ab9eb48cb3242231126816f /examples/stm32f411_encoder_polling
parent587f183842fbd7cfe80253cb199032dd76740f70 (diff)
Fix "the the" in comment
Diffstat (limited to 'examples/stm32f411_encoder_polling')
-rw-r--r--examples/stm32f411_encoder_polling/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/stm32f411_encoder_polling/src/main.rs b/examples/stm32f411_encoder_polling/src/main.rs
index 29a2947..5a77c2d 100644
--- a/examples/stm32f411_encoder_polling/src/main.rs
+++ b/examples/stm32f411_encoder_polling/src/main.rs
@@ -43,7 +43,7 @@ mod app {
}
// Set the I2C address of the PCF8574 located on the back of the HD44780.
- // Check the the jumpers A0, A1 and A2 and datasheet
+ // Check the jumpers A0, A1 and A2 and the datasheet.
const LCD_I2C_ADDRESS: u8 = 0x27;
// Resources shared between tasks