Rename the config directory to config_parser.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#include "config/parse_keymap.h"
|
#include "config_parser/parse_keymap.h"
|
||||||
#include "key_action.h"
|
#include "key_action.h"
|
||||||
#include "current_keymap.h"
|
#include "current_keymap.h"
|
||||||
#include "led_display.h"
|
#include "led_display.h"
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
#include "fsl_common.h"
|
#include "fsl_common.h"
|
||||||
#include "config/config_state.h"
|
#include "config_parser/config_state.h"
|
||||||
#include "i2c_addresses.h"
|
#include "i2c_addresses.h"
|
||||||
#include "i2c.h"
|
#include "i2c.h"
|
||||||
#include "eeprom.h"
|
#include "eeprom.h"
|
||||||
|
|||||||
@@ -4,8 +4,8 @@
|
|||||||
#include "i2c_addresses.h"
|
#include "i2c_addresses.h"
|
||||||
#include "peripherals/led_driver.h"
|
#include "peripherals/led_driver.h"
|
||||||
#include "peripherals/merge_sensor.h"
|
#include "peripherals/merge_sensor.h"
|
||||||
#include "config/parse_config.h"
|
#include "config_parser/parse_config.h"
|
||||||
#include "config/config_state.h"
|
#include "config_parser/config_state.h"
|
||||||
#include "led_pwm.h"
|
#include "led_pwm.h"
|
||||||
#include "slave_scheduler.h"
|
#include "slave_scheduler.h"
|
||||||
#include "slave_drivers/uhk_module_driver.h"
|
#include "slave_drivers/uhk_module_driver.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user