Rename config_buffer.[ch] to config_state.[ch]

This commit is contained in:
László Monda
2017-06-15 18:04:03 +02:00
parent fd66ce5c40
commit 1958b1dee4
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
#include "led_driver.h"
#include "peripherals/merge_sensor.h"
#include "config/parse_keymap.h"
#include "config/config_buffer.h"
#include "config/config_state.h"
#include "led_pwm.h"
#include "slave_scheduler.h"
#include "slave_drivers/slave_driver_uhk_module.h"