Skip to content

Commit 448a366

Browse files
committed
thread: screen: remove trailing space
1 parent 57b8c56 commit 448a366

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/tutorials/thread_network/06_screen/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
66
# Which files to compile.
77
C_SRCS := $(wildcard *.c)
88

9-
PACKAGE_NAME = screen
9+
PACKAGE_NAME = screen
1010

1111
# Include userland master makefile. Contains rules and flags for actually
1212
# building the application.

examples/tutorials/thread_network/07_screen_button/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
66
# Which files to compile.
77
C_SRCS := $(wildcard *.c)
88

9-
PACKAGE_NAME = screen
9+
PACKAGE_NAME = screen
1010

1111
# Include userland master makefile. Contains rules and flags for actually
1212
# building the application.

examples/tutorials/thread_network/08_screen_u8g2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
66
# Which files to compile.
77
C_SRCS := $(wildcard *.c)
88

9-
PACKAGE_NAME = screen
9+
PACKAGE_NAME = screen
1010

1111
STACK_SIZE = 4096
1212
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/u8g2

examples/tutorials/thread_network/09_screen_final/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
66
# Which files to compile.
77
C_SRCS := $(wildcard *.c)
88

9-
PACKAGE_NAME = screen
9+
PACKAGE_NAME = screen
1010

1111
STACK_SIZE = 4096
1212
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/u8g2

examples/tutorials/thread_network/10_screen_ipc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
66
# Which files to compile.
77
C_SRCS := $(wildcard *.c)
88

9-
PACKAGE_NAME = screen
9+
PACKAGE_NAME = screen
1010

1111
STACK_SIZE = 4096
1212
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/u8g2

0 commit comments

Comments
 (0)