From 5aa69c4794325dcc3277c7dac5a9269a939953ef Mon Sep 17 00:00:00 2001 From: daniel watson Date: Fri, 13 May 2016 17:27:53 -0700 Subject: [PATCH] add motors section's subsections --- curriculum/challenge-bot.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/curriculum/challenge-bot.scm b/curriculum/challenge-bot.scm index d054454..ad3700a 100644 --- a/curriculum/challenge-bot.scm +++ b/curriculum/challenge-bot.scm @@ -22,7 +22,13 @@ (subsection :title [deck attachment])) (section - :title [motors]) + :title [motors] + (subsection + :title [leads]) + (subsection + :title [mount]) + (subsection + :title [deck attachment])) (section :title [wheels]) (section -- 2.30.2