Skip to content

Commit 131d571

Browse files
committed
Fix dialyzer warning in uf2create provider
Fixes a dialyzer warning about breaking the contract for the return value from os:get_env/2 in the uf2create task. Signed-off-by: Winford <[email protected]>
1 parent faf93df commit 131d571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/atomvm_uf2create_provider.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
-define(DEFAULT_OPTS, #{
4040
start => os:getenv("ATOMVM_PICO_APP_START", "0x10180000"),
41-
family_id => os:getenv("ATOMVM_PICO_UF2_FAMILY", universal)
41+
family_id => os:getenv("ATOMVM_PICO_UF2_FAMILY", "universal")
4242
}).
4343

4444
%%

0 commit comments

Comments
 (0)