From c590796c3fee86c9485b0c08491dc3da84ed701e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Monda?= Date: Tue, 11 Apr 2017 22:43:53 +0200 Subject: [PATCH] Move fsl_rtos_abstraction.h one directory level upwards. --- right/src/buspal/bm_usb/hid_bootloader.c | 2 +- right/src/buspal/bm_usb/hid_bootloader.h | 2 +- right/src/buspal/bus_pal_hardware.c | 2 +- right/src/buspal/{utilities => }/fsl_rtos_abstraction.h | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename right/src/buspal/{utilities => }/fsl_rtos_abstraction.h (100%) diff --git a/right/src/buspal/bm_usb/hid_bootloader.c b/right/src/buspal/bm_usb/hid_bootloader.c index 20677f8..01a5b69 100644 --- a/right/src/buspal/bm_usb/hid_bootloader.c +++ b/right/src/buspal/bm_usb/hid_bootloader.c @@ -10,7 +10,7 @@ #include "fsl_device_registers.h" #include "bootloader_hid_report_ids.h" -#include "utilities/fsl_rtos_abstraction.h" +#include "fsl_rtos_abstraction.h" #include #include diff --git a/right/src/buspal/bm_usb/hid_bootloader.h b/right/src/buspal/bm_usb/hid_bootloader.h index 9f07eee..57e64fe 100644 --- a/right/src/buspal/bm_usb/hid_bootloader.h +++ b/right/src/buspal/bm_usb/hid_bootloader.h @@ -1,7 +1,7 @@ #ifndef __USB_HID_MOUSE_H__ #define __USB_HID_MOUSE_H__ 1 -#include "utilities/fsl_rtos_abstraction.h" +#include "fsl_rtos_abstraction.h" #include "bootloader_hid_report_ids.h" #define USB_DEVICE_INTERRUPT_PRIORITY (4) diff --git a/right/src/buspal/bus_pal_hardware.c b/right/src/buspal/bus_pal_hardware.c index 349672d..ce6476e 100644 --- a/right/src/buspal/bus_pal_hardware.c +++ b/right/src/buspal/bus_pal_hardware.c @@ -3,7 +3,7 @@ #include "fsl_i2c.h" #include "fsl_uart.h" #include "microseconds/microseconds.h" -#include "utilities/fsl_rtos_abstraction.h" +#include "fsl_rtos_abstraction.h" #include "usb_descriptor.h" diff --git a/right/src/buspal/utilities/fsl_rtos_abstraction.h b/right/src/buspal/fsl_rtos_abstraction.h similarity index 100% rename from right/src/buspal/utilities/fsl_rtos_abstraction.h rename to right/src/buspal/fsl_rtos_abstraction.h