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