diff options
| author | Andrew Leech <andrew.leech@planetinnovation.com.au> | 2022-03-01 21:34:57 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-03-30 15:37:49 +1100 |
| commit | 303e222f70501664b7f8b1118ae8682064387cd6 (patch) | |
| tree | 67a75ea9e42383ac0379284040ec72c64cc4f755 | |
| parent | f92da1adc41f8a354c1ca2b7c9b53f0c45d02e87 (diff) | |
nrf/modules: Include uasyncio in default board manifest.
| -rw-r--r-- | ports/nrf/modules/manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/nrf/modules/manifest.py b/ports/nrf/modules/manifest.py index 4e8482226..b27d4648b 100644 --- a/ports/nrf/modules/manifest.py +++ b/ports/nrf/modules/manifest.py @@ -1 +1,2 @@ freeze("$(PORT_DIR)/modules/scripts", "_mkfs.py") +include("$(MPY_DIR)/extmod/uasyncio/manifest.py") |
