Skip to content

Commit 2815c5e

Browse files
committed
[squash!] final changes
Signed-off-by: schnittchen <schnittchen@das-labor.org>
1 parent c8d4ea1 commit 2815c5e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/platforms/esp32/components/avm_sys/platform_nifs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -837,6 +837,7 @@ static term nif_esp_task_wdt_delete_user(Context *ctx, int argc, term argv[])
837837

838838
static term nif_esp_timer_get_time(Context *ctx, int argc, term argv[])
839839
{
840+
UNUSED(argv);
840841
UNUSED(argc);
841842

842843
return term_make_maybe_boxed_int64(esp_timer_get_time(), &ctx->heap);

src/platforms/esp32/test/main/test_erl_sources/test_esp_timer_get_time.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%
22
% This file is part of AtomVM.
33
%
4-
% Copyright 2023 Davide Bettio <davide@uninstall.it>
4+
% Copyright 2025 schnittchen <schnittchen@das-labor.org>
55
%
66
% Licensed under the Apache License, Version 2.0 (the "License");
77
% you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)