Skip to content

Commit 06aebe2

Browse files
committed
Update pb.py
1 parent 23a1e9b commit 06aebe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def main():
1818
errorcount = 0
1919
warningcount = 0
2020
print("Creating virtual filesystem")
21-
startpath = "./bootloader/bootloader.pba"
21+
startpath = "./bootloader/boot.pba"
2222
if sys.argv[1]:
2323
startpath = sys.argv[1]
2424
startRead(startpath)

0 commit comments

Comments
 (0)