Remove deprecated boot.mk file. Now it's all in triface.mk
[bertos.git] / app / triface / protocol.c
index 6a415118cf076d38d0a5ab44ee47ab188482487d..c84c429f13a0140f7d80a53e3f2f56012c41bc03 100644 (file)
@@ -45,6 +45,8 @@
 #include "protocol.h"
 #include "cmd_ctor.h"  // MAKE_CMD, REGISTER_CMD
 #include "verstag.h"
+#include "hw/hw_adc.h"
+#include "hw/hw_input.h"
 
 #include <drv/timer.h>
 #include <drv/ser.h>
 
 #include <kern/kfile.h>
 
-#include "hw_adc.h"
-#include "hw_input.h"
-
 #include <stdlib.h>
 #include <string.h>
 
-//#include <cmd_hunk.h>
-
-
 // Define the format string for ADC
 #define ADC_FORMAT_STR "dddd"
 
@@ -91,7 +87,8 @@ uint8_t reg_status_dout;
 /**
  * Send a NAK asking the host to send the current message again.
  *
- * \param err  human-readable description of the error for debug purposes.
+ * \a fd kfile handler for serial.
+ * \a err  human-readable description of the error for debug purposes.
  */
 INLINE void NAK(KFile *fd, const char *err)
 {