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

@@ -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;