Skip to content

Commit

Permalink
Reduce JSON_MAX_PATH_LEN to 128
Browse files Browse the repository at this point in the history
To save some stack space
  • Loading branch information
rojer committed Jun 16, 2021
1 parent 83366cb commit aab58b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ config_schema:

- ["conf_acl", "s", "*", {title: "Conf ACL"}]

cdefs:
JSON_MAX_PATH_LEN: 128

conds:
- when: mos.platform == "cc3200"
apply:
Expand Down

0 comments on commit aab58b7

Please sign in to comment.