Skip to content

Commit

Permalink
Fixed some typo in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
richardclli committed Dec 3, 2023
1 parent 03b6d7d commit 15681b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion radio/src/targets/pl18/lcd_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static void lcdSpiConfig(void) {
GPIO_InitStructure.Pin = LCD_NRST_GPIO_PIN;
LL_GPIO_Init(LCD_NRST_GPIO, &GPIO_InitStructure);

/* Set the chip select pin aways low */
/* Set the chip select pin always low */
LCD_CS_LOW();
}

Expand Down
2 changes: 1 addition & 1 deletion radio/src/targets/pl18/touch_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#define TOUCH_CST340_REG_FINGER1 0x00
#define TOUCH_CST340_EVT_CONTACT 0x06

// CHSC5445 definitions
// CHSC5448 definitions
#define TOUCH_CHSC5448_I2C_ADDRESS 0x2e
#define TOUCH_CHSC5448_REG_ADDR 0x2c000020
#define TOUCH_CHSC5448_EVT_CONTACT 0x08
Expand Down

0 comments on commit 15681b9

Please sign in to comment.