Skip to content

Commit 40aea9c

Browse files
committed
Make usage of double quotes consistent
1 parent 6f7bbd8 commit 40aea9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def configure_default_packages(self, variables, targets):
4949

5050
# if we want to build a filesystem, we need the tools.
5151
if "buildfs" in targets:
52-
self.packages['tool-mklittlefs-rp2040-earlephilhower']['optional'] = False
52+
self.packages["tool-mklittlefs-rp2040-earlephilhower"]["optional"] = False
5353

5454
# configure J-LINK tool
5555
jlink_conds = [

0 commit comments

Comments
 (0)