comp include

This commit is contained in:
crinq
2020-09-23 18:19:25 +02:00
parent 6eed6e4838
commit f47b8f3bef
10 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#include "comps/ac_comp.h"
#include "hal.h"
HAL_COMP(ac);

View File

@@ -1,3 +1,4 @@
#include "comps/auto_ac_comp.h"
#include "hal.h"
#include "defines.h"

View File

@@ -1,3 +1,4 @@
#include "comps/dc_comp.h"
#include "commands.h"
#include "hal.h"
#include "math.h"

View File

@@ -1,3 +1,4 @@
#include "comps/iit_old_comp.h"
#include "commands.h"
#include "hal.h"
#include "math.h"

View File

@@ -1,3 +1,4 @@
#include "comps/pmsm_comp.h"
/*
* This file is part of the stmbl project.
*

View File

@@ -1,3 +1,4 @@
#include "comps/uf_comp.h"
#include "commands.h"
#include "hal.h"
#include "math.h"

View File

@@ -1,3 +1,4 @@
#include "comps/wobl_comp.h"
#include "commands.h"
#include "hal.h"
#include "math.h"

View File

@@ -1,3 +1,4 @@
#include "comps/hvf1_comp.h"
#include "commands.h"
#include "hal.h"
#include "math.h"

View File

@@ -1,3 +1,4 @@
#include "comps/io3_comp.h"
#include "commands.h"
#include "hal.h"
#include "defines.h"

View File

@@ -1,3 +1,4 @@
#include "comps/enc_comp.h"
#include "commands.h"
#include "hal.h"
#include "math.h"