Skip to content

Commit 8806d07

Browse files
committed
Merge pull request #1652 from UncleGrumpy/tests_stm32
Adjust estdlib tests for STM32 These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 010b436 + b4f6fd2 commit 8806d07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/libs/estdlib/tests.erl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ start() ->
3131
case atomvm:platform() of
3232
emscripten ->
3333
false;
34+
stm32 ->
35+
false;
3436
_ ->
3537
true
3638
end;

0 commit comments

Comments
 (0)