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 ab681e1

Browse filesBrowse files
committed
missed await
1 parent 79b3c2e commit ab681e1
Copy full SHA for ab681e1

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎packages/seesaw/src/driver.ts‎

Copy file name to clipboardExpand all lines: packages/seesaw/src/driver.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ export class SeesawDriver {
283283

284284
await this.read(_ADC_BASE, _ADC_CHANNEL_OFFSET + p, buf, 2, 500)
285285
const ret = ((buf[0] & 0xffff) << 8) | buf[1]
286-
sleep(1)
286+
await sleep(1)
287287
return ret
288288
}
289289

0 commit comments

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