circuitpython/tests/qemu-arm/native_test.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
124 B
Python
Raw Normal View History

import native_frozen_align
native_frozen_align.native_x(1)
native_frozen_align.native_y(2)
native_frozen_align.native_z(3)