summaryrefslogtreecommitdiff
path: root/py/py.mk
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2016-05-31 13:58:48 +0100
committerDamien George <damien.p.george@gmail.com>2016-05-31 13:58:48 +0100
commit4940bee62a636f7e2653a4d4eeac5071448addc0 (patch)
treed7b315c3ec0fe1e52796bd548080218980c90652 /py/py.mk
parent298c2ae2c79606bd50522c5cb297855c070a823e (diff)
extmod: Add machine time_pulse_us function (at C and Python level).
The C implementation is taken from the DHT driver.
Diffstat (limited to 'py/py.mk')
-rw-r--r--py/py.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/py.mk b/py/py.mk
index aa992da72..0b2b2246e 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -176,6 +176,7 @@ PY_O_BASENAME = \
../extmod/modubinascii.o \
../extmod/virtpin.o \
../extmod/machine_mem.o \
+ ../extmod/machine_pulse.o \
../extmod/machine_i2c.o \
../extmod/modussl.o \
../extmod/modurandom.o \