Rename the misspelled peripherials directory to peripherals.

This commit is contained in:
László Monda
2017-04-15 01:00:55 +02:00
parent 6c8bcfaffc
commit cca1e49d18
17 changed files with 14 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
#include "bridge_slave_uhk_module.h"
#include "bridge_protocol.h"
#include "main.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
uhk_module_state_t UhkModuleStates[UHK_MODULE_MAX_COUNT];
uhk_module_field_t currentUhkModuleField = UhkModuleField_SendKeystatesRequestCommand;

View File

@@ -1,6 +1,6 @@
#include "usb_descriptor.h"
#include "composite.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
extern usb_device_endpoint_struct_t g_hid_generic_endpoints[];
static usb_device_composite_struct_t *g_device_composite;

View File

@@ -5,7 +5,7 @@
#include "bootloader_config.h"
#include "microseconds/microseconds.h"
#include "i2c.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
bool usb_hid_poll_for_activity(const peripheral_descriptor_t *self);
static status_t usb_device_full_init(const peripheral_descriptor_t *self, serial_byte_receive_func_t function);

View File

@@ -1,7 +1,7 @@
#include "command.h"
#include "crc16.h"
#include "bus_pal_hardware.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
command_processor_data_t g_commandData;
buspal_state_t g_buspalState = kBuspal_Idle;

View File

@@ -1,11 +1,11 @@
#include "fsl_common.h"
#include "fsl_port.h"
#include "peripherials/test_led.h"
#include "peripherials/reset_button.h"
#include "peripherals/test_led.h"
#include "peripherals/reset_button.h"
#include "i2c.h"
#include "i2c_watchdog.h"
#include "led_driver.h"
#include "peripherials/merge_sensor.h"
#include "peripherals/merge_sensor.h"
#include "led_pwm.h"
#include "bridge_protocol_scheduler.h"

View File

@@ -6,7 +6,7 @@
#include "deserialize.h"
#include "action.h"
#include "bridge_protocol_scheduler.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
#include "usb_interfaces/usb_interface_basic_keyboard.h"
#include "usb_interfaces/usb_interface_media_keyboard.h"
#include "bus_pal_hardware.h"

View File

@@ -3,7 +3,7 @@
#include "fsl_port.h"
#include "usb_api.h"
#include "usb_composite_device.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
#include "fsl_i2c.h"
#include "i2c.h"
#include "i2c_addresses.h"

View File

@@ -3,7 +3,7 @@
#include "fsl_port.h"
#include "usb_api.h"
#include "usb_composite_device.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
#include "fsl_i2c.h"
#include "i2c.h"
#include "i2c_addresses.h"

View File

@@ -2,7 +2,7 @@
#include "usb_interface_mouse.h"
#include "fsl_i2c.h"
#include "i2c.h"
#include "peripherials/reset_button.h"
#include "peripherals/reset_button.h"
#include "action.h"
static usb_device_endpoint_struct_t UsbMouseEndpoints[USB_MOUSE_ENDPOINT_COUNT] = {{

View File

@@ -3,7 +3,7 @@
#include "fsl_port.h"
#include "usb_api.h"
#include "usb_composite_device.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
#include "fsl_i2c.h"
#include "i2c.h"
#include "i2c_addresses.h"

View File

@@ -1,9 +1,9 @@
#include "usb_protocol_handler.h"
#include "system_properties.h"
#include "peripherials/test_led.h"
#include "peripherals/test_led.h"
#include "i2c_addresses.h"
#include "led_driver.h"
#include "peripherials/merge_sensor.h"
#include "peripherals/merge_sensor.h"
#include "deserialize.h"
#include "config_buffer.h"
#include "led_pwm.h"