Skip to content

Commit

Permalink
Rename the shared/slave directory to shared/module
Browse files Browse the repository at this point in the history
  • Loading branch information
mondalaci committed Dec 30, 2019
1 parent 1f5983a commit 4a55786
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion keycluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SOURCE = $(wildcard src/*.c) \
../lib/KSDK_2.0_MKL03Z8xxx4/devices/MKL03Z4/drivers/fsl_spi.c \
../lib/KSDK_2.0_MKL03Z8xxx4/devices/MKL03Z4/drivers/fsl_tpm.c \
$(wildcard ../shared/*.c) \
$(wildcard ../shared/slave/*.c)
$(wildcard ../shared/module/*.c)

# Header files.
IPATH = src \
Expand Down
2 changes: 1 addition & 1 deletion keycluster/src/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "slave/init_clock.h"
#include "module/init_clock.h"
#include "init_peripherals.h"
#include "bootloader.h"
#include <stdio.h>
Expand Down
2 changes: 1 addition & 1 deletion left/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SOURCE = $(wildcard src/*.c) \
../lib/KSDK_2.0_MKL03Z8xxx4/devices/MKL03Z4/drivers/fsl_spi.c \
../lib/KSDK_2.0_MKL03Z8xxx4/devices/MKL03Z4/drivers/fsl_tpm.c \
$(wildcard ../shared/*.c) \
$(wildcard ../shared/slave/*.c)
$(wildcard ../shared/module/*.c)

# Header files.
IPATH = src \
Expand Down
2 changes: 1 addition & 1 deletion left/src/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "slave/init_clock.h"
#include "module/init_clock.h"
#include "init_peripherals.h"
#include "bootloader.h"
#include <stdio.h>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion trackball/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SOURCE = $(wildcard src/*.c) \
../lib/KSDK_2.0_MKL03Z8xxx4/devices/MKL03Z4/drivers/fsl_spi.c \
../lib/KSDK_2.0_MKL03Z8xxx4/devices/MKL03Z4/drivers/fsl_tpm.c \
$(wildcard ../shared/*.c) \
$(wildcard ../shared/slave/*.c)
$(wildcard ../shared/module/*.c)

# Header files.
IPATH = src \
Expand Down
2 changes: 1 addition & 1 deletion trackball/src/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "slave/init_clock.h"
#include "module/init_clock.h"
#include "init_peripherals.h"
#include "bootloader.h"
#include <stdio.h>
Expand Down

0 comments on commit 4a55786

Please sign in to comment.