We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a1e9b commit 06aebe2Copy full SHA for 06aebe2
1 file changed
pb.py
@@ -18,7 +18,7 @@ def main():
18
errorcount = 0
19
warningcount = 0
20
print("Creating virtual filesystem")
21
- startpath = "./bootloader/bootloader.pba"
+ startpath = "./bootloader/boot.pba"
22
if sys.argv[1]:
23
startpath = sys.argv[1]
24
startRead(startpath)
0 commit comments