Skip to content

Commit bed97ed

Browse files
authored
Update pins.c comment to indicate “VID” returns an int
1 parent bb47f35 commit bed97ed

File tree

1 file changed

+1
-1
lines changed
  • ports/raspberrypi/boards/bradanlanestudio_explorer_rp2040

1 file changed

+1
-1
lines changed

ports/raspberrypi/boards/bradanlanestudio_explorer_rp2040/pins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
uint16_t vid_setting = 123;
3232

33-
//| def foo() -> None:
33+
//| def VID() -> int:
3434
//| """Return a value set in board.c"""
3535
//| ...
3636
//|

0 commit comments

Comments
 (0)