Skip to content

Commit 994e122

Browse files
author
Alvaro Figueroa
committed
Fixing dup VIC-U7 elifs
1 parent cf626be commit 994e122

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_platformdetect/board.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ def id(self):
117117
board_id = self.__beaglebone_id()
118118
elif chip_id == chips.VICU7:
119119
board_id = self._allwinner_id()
120-
elif chip_id == chips.VICU7:
121-
board_id = self.__beaglebone_id()
122120
elif chip_id == chips.MCP2221:
123121
board_id = boards.MICROCHIP_MCP2221
124122
elif chip_id == chips.BINHO:

0 commit comments

Comments
 (0)