diff --git a/right/src/config_buffer.c b/right/src/config_parser/config_buffer.c similarity index 100% rename from right/src/config_buffer.c rename to right/src/config_parser/config_buffer.c diff --git a/right/src/config_buffer.h b/right/src/config_parser/config_buffer.h similarity index 100% rename from right/src/config_buffer.h rename to right/src/config_parser/config_buffer.h diff --git a/right/src/usb_protocol_handler.c b/right/src/usb_protocol_handler.c index aa3d120..d28326e 100644 --- a/right/src/usb_protocol_handler.c +++ b/right/src/usb_protocol_handler.c @@ -5,7 +5,7 @@ #include "led_driver.h" #include "peripherals/merge_sensor.h" #include "config_parser/deserialize.h" -#include "config_buffer.h" +#include "config_parser/config_buffer.h" #include "led_pwm.h" #include "slave_scheduler.h" #include "slave_drivers/slave_driver_uhk_module.h"