Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdavill committed Oct 16, 2019
1 parent 4c0b3d2 commit ab5a524
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hardware/cube-controller/cube-controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def add_decopling(nets, part):
p[1] += n
p[2] += Net.get('gnd')

class d20_r0_1_sch():
class CubeController():


def __init__(self):
Expand Down Expand Up @@ -511,7 +511,7 @@ def buffer(a, b, c, d):
#===============================================================================

if __name__ == "__main__":
d20_r0_1_sch()
CubeController()
generate_netlist()
generate_xml()

Expand Down

0 comments on commit ab5a524

Please sign in to comment.