summaryrefslogtreecommitdiffstatshomepage
path: root/stm/pybmodule.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-08 16:40:08 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-08 16:40:08 +0000
commitc3d35c6ac7348e8dc9072bb67b2c62294764fe00 (patch)
treef7eed83b56bb6814bd78b3c1b8fddb7df3b74ad2 /stm/pybmodule.h
parent01d50d0d586a0e2630613120336faf75277d22d6 (diff)
downloadmicropython-c3d35c6ac7348e8dc9072bb67b2c62294764fe00.tar.gz
micropython-c3d35c6ac7348e8dc9072bb67b2c62294764fe00.zip
stm: Put pyb module in ROM.
Diffstat (limited to 'stm/pybmodule.h')
-rw-r--r--stm/pybmodule.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm/pybmodule.h b/stm/pybmodule.h
new file mode 100644
index 0000000000..955aaefe3f
--- /dev/null
+++ b/stm/pybmodule.h
@@ -0,0 +1 @@
+extern const mp_obj_module_t pyb_module;