Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6572976

Browse filesBrowse files
committed
fix: 有一行改错了qwq
1 parent 07177fe commit 6572976
Copy full SHA for 6572976

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
  • libraries/Wire/src/utility
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎libraries/Wire/src/utility/twi.c

Copy file name to clipboardExpand all lines: libraries/Wire/src/utility/twi.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ void HAL_I2C_ErrorCallback(I2C_HandleTypeDef *hi2c)
11811181
}
11821182
}
11831183

1184-
#if defined(I2C1_BASE)
1184+
#if defined(I2C1_BASE) || (defined(AIR001xx) && defined(I2C_BASE))
11851185
/**
11861186
* @brief This function handles I2C1 interrupt.
11871187
* @param None

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.