From ba043fd480410ad83ff977045c2d2592e32d4708 Mon Sep 17 00:00:00 2001
From: Gaya Mehenni <gaya.mehenni@polymtl.ca>
Date: Thu, 29 Sep 2022 21:53:20 +0000
Subject: [PATCH] Fix includes

---
 library/stm32f072xb/meson.build | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/library/stm32f072xb/meson.build b/library/stm32f072xb/meson.build
index a37e21c..6b44e31 100644
--- a/library/stm32f072xb/meson.build
+++ b/library/stm32f072xb/meson.build
@@ -19,6 +19,15 @@ stm32f072xb_modules += ['uart/uart-register']
 
 stm32f072xb_modules += ['i2c']
 
+stm32f072xb_modules += ['pwm-timer']
+
+stm32f072xb_modules += ['encoder/vex-encoder']
+
+stm32f072xb_modules += ['motor']
+stm32f072xb_modules += ['motor/brushed-motor']
+stm32f072xb_modules += ['motor/servo']
+stm32f072xb_modules += ['motor/stepper']
+stm32f072xb_modules += ['motor/vex-motor']
 
 stm32f072xb_modules += ['dma']
 stm32f072xb_modules += ['dma/abstract-dma']
-- 
GitLab