Remove deprecated boot.mk file. Now it's all in triface.mk
[bertos.git] / app / triface / protocol.c
index 57fefa4c7127440595f2344136a351270d07511d..c84c429f13a0140f7d80a53e3f2f56012c41bc03 100644 (file)
@@ -45,8 +45,8 @@
 #include "protocol.h"
 #include "cmd_ctor.h"  // MAKE_CMD, REGISTER_CMD
 #include "verstag.h"
-#include "hw_adc.h"
-#include "hw_input.h"
+#include "hw/hw_adc.h"
+#include "hw/hw_input.h"
 
 #include <drv/timer.h>
 #include <drv/ser.h>
@@ -65,8 +65,6 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "appconfig.h"
-
 // Define the format string for ADC
 #define ADC_FORMAT_STR "dddd"