Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: app/dartino/rules.mk

Issue 1684433003: Add a small LED interface and demo app. (Closed) Base URL: git@github.com:domokit/sod.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: app/dartino/rules.mk
diff --git a/app/dartino/rules.mk b/app/dartino/rules.mk
index 5205e326cf8a3e82afc980ff0d0b7616d2f1ba59..eccb6e269a6a9737cdc2c5977685d2b33805d93b 100644
--- a/app/dartino/rules.mk
+++ b/app/dartino/rules.mk
@@ -15,6 +15,7 @@ MODULE_SRCS += \
$(LOCAL_DIR)/main.c \
$(LOCAL_DIR)/missing.c \
$(LOCAL_DIR)/loader.cpp \
+ $(LOCAL_DIR)/leds.c \
$(LOCAL_DIR)/sensors.c
MODULE_INCLUDES += $(DARTINO_BASE)

Powered by Google App Engine
This is Rietveld 408576698