From cae77daf003212684a84b1b3a331d45564a0c286 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 16 May 2020 15:00:46 +1000 Subject: [PATCH] docs/develop: Fix module/source name in Makefile of native example. --- docs/develop/natmod.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop/natmod.rst b/docs/develop/natmod.rst index 251f21e9f4..dc9f82e773 100644 --- a/docs/develop/natmod.rst +++ b/docs/develop/natmod.rst @@ -165,10 +165,10 @@ The file ``Makefile`` contains: MPY_DIR = ../../.. # Name of module - MOD = features0 + MOD = factorial # Source files (.c or .py) - SRC = features0.c + SRC = factorial.c # Architecture to build for (x86, x64, armv7m, xtensa, xtensawin) ARCH = x64