diff options
Diffstat (limited to 'circuitpython/mpy-cross/mphalport.h')
-rw-r--r-- | circuitpython/mpy-cross/mphalport.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/circuitpython/mpy-cross/mphalport.h b/circuitpython/mpy-cross/mphalport.h new file mode 100644 index 0000000..b45ff33 --- /dev/null +++ b/circuitpython/mpy-cross/mphalport.h @@ -0,0 +1,6 @@ +// SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors) +// +// SPDX-License-Identifier: MIT + +// prevent including extmod/virtpin.h +#define mp_hal_pin_obj_t |