Skip to content

Commit

Permalink
Let's see if this fixes the latest build error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Dec 12, 2024
1 parent 47bbe1d commit 3c722b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gen/python_api_gen_mpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# - Implement inheritance instead of embed base methods (how? seems it's not supported, see https://github.com/micropython/micropython/issues/1159)
# - When converting mp to ptr (and vice versa), verify that types are compatible. Now all pointers are casted to void*.

from __future__ import print_function

import collections
import copy
import functools
Expand Down

0 comments on commit 3c722b8

Please sign in to comment.