Rename the misspelled peripherials directory to peripherals.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user