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,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"