From 31280455ba8592d32599824ebe2ce1859db65a14 Mon Sep 17 00:00:00 2001 From: Federica Di Lauro Date: Tue, 25 Feb 2020 11:35:56 +0100 Subject: [PATCH] organize subfolders --- otto_controller/Core/Inc/{ => protobuf}/otto_communication.pb.h | 0 otto_controller/Core/Inc/{ => protobuf}/pb.h | 0 otto_controller/Core/Inc/{ => protobuf}/pb_common.h | 0 otto_controller/Core/Inc/{ => protobuf}/pb_decode.h | 0 otto_controller/Core/Inc/{ => protobuf}/pb_encode.h | 0 otto_controller/Core/Src/{ => protobuf}/otto_communication.pb.c | 0 otto_controller/Core/Src/{ => protobuf}/pb_common.c | 0 otto_controller/Core/Src/{ => protobuf}/pb_decode.c | 0 otto_controller/Core/Src/{ => protobuf}/pb_encode.c | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename otto_controller/Core/Inc/{ => protobuf}/otto_communication.pb.h (100%) rename otto_controller/Core/Inc/{ => protobuf}/pb.h (100%) rename otto_controller/Core/Inc/{ => protobuf}/pb_common.h (100%) rename otto_controller/Core/Inc/{ => protobuf}/pb_decode.h (100%) rename otto_controller/Core/Inc/{ => protobuf}/pb_encode.h (100%) rename otto_controller/Core/Src/{ => protobuf}/otto_communication.pb.c (100%) rename otto_controller/Core/Src/{ => protobuf}/pb_common.c (100%) rename otto_controller/Core/Src/{ => protobuf}/pb_decode.c (100%) rename otto_controller/Core/Src/{ => protobuf}/pb_encode.c (100%) diff --git a/otto_controller/Core/Inc/otto_communication.pb.h b/otto_controller/Core/Inc/protobuf/otto_communication.pb.h similarity index 100% rename from otto_controller/Core/Inc/otto_communication.pb.h rename to otto_controller/Core/Inc/protobuf/otto_communication.pb.h diff --git a/otto_controller/Core/Inc/pb.h b/otto_controller/Core/Inc/protobuf/pb.h similarity index 100% rename from otto_controller/Core/Inc/pb.h rename to otto_controller/Core/Inc/protobuf/pb.h diff --git a/otto_controller/Core/Inc/pb_common.h b/otto_controller/Core/Inc/protobuf/pb_common.h similarity index 100% rename from otto_controller/Core/Inc/pb_common.h rename to otto_controller/Core/Inc/protobuf/pb_common.h diff --git a/otto_controller/Core/Inc/pb_decode.h b/otto_controller/Core/Inc/protobuf/pb_decode.h similarity index 100% rename from otto_controller/Core/Inc/pb_decode.h rename to otto_controller/Core/Inc/protobuf/pb_decode.h diff --git a/otto_controller/Core/Inc/pb_encode.h b/otto_controller/Core/Inc/protobuf/pb_encode.h similarity index 100% rename from otto_controller/Core/Inc/pb_encode.h rename to otto_controller/Core/Inc/protobuf/pb_encode.h diff --git a/otto_controller/Core/Src/otto_communication.pb.c b/otto_controller/Core/Src/protobuf/otto_communication.pb.c similarity index 100% rename from otto_controller/Core/Src/otto_communication.pb.c rename to otto_controller/Core/Src/protobuf/otto_communication.pb.c diff --git a/otto_controller/Core/Src/pb_common.c b/otto_controller/Core/Src/protobuf/pb_common.c similarity index 100% rename from otto_controller/Core/Src/pb_common.c rename to otto_controller/Core/Src/protobuf/pb_common.c diff --git a/otto_controller/Core/Src/pb_decode.c b/otto_controller/Core/Src/protobuf/pb_decode.c similarity index 100% rename from otto_controller/Core/Src/pb_decode.c rename to otto_controller/Core/Src/protobuf/pb_decode.c diff --git a/otto_controller/Core/Src/pb_encode.c b/otto_controller/Core/Src/protobuf/pb_encode.c similarity index 100% rename from otto_controller/Core/Src/pb_encode.c rename to otto_controller/Core/Src/protobuf/pb_encode.c -- 2.52.0