[telemetry] rename device.h link_device.h to match structure name

This commit is contained in:
Gautier Hattenberger
2014-11-10 10:33:13 +01:00
parent 34b6ca3a26
commit c5eb7230fd
11 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ let () =
Printf.fprintf h "#ifndef _VAR_MESSAGES_%s_H_\n" class_name;
Printf.fprintf h "#define _VAR_MESSAGES_%s_H_\n" class_name;
Printf.fprintf h "#include \"subsystems/datalink/transport.h\"\n";
Printf.fprintf h "#include \"mcu_periph/device.h\"\n";
Printf.fprintf h "#include \"mcu_periph/link_device.h\"\n";
(** Macros for airborne downlink (sending) *)
if class_name = "telemetry" then begin (** FIXME *)