Skip to content

Commit

Permalink
thread: screen: remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc committed Dec 10, 2024
1 parent 57b8c56 commit 448a366
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/tutorials/thread_network/06_screen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
# Which files to compile.
C_SRCS := $(wildcard *.c)

PACKAGE_NAME = screen
PACKAGE_NAME = screen

# Include userland master makefile. Contains rules and flags for actually
# building the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
# Which files to compile.
C_SRCS := $(wildcard *.c)

PACKAGE_NAME = screen
PACKAGE_NAME = screen

# Include userland master makefile. Contains rules and flags for actually
# building the application.
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/thread_network/08_screen_u8g2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
# Which files to compile.
C_SRCS := $(wildcard *.c)

PACKAGE_NAME = screen
PACKAGE_NAME = screen

STACK_SIZE = 4096
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/u8g2
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/thread_network/09_screen_final/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
# Which files to compile.
C_SRCS := $(wildcard *.c)

PACKAGE_NAME = screen
PACKAGE_NAME = screen

STACK_SIZE = 4096
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/u8g2
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/thread_network/10_screen_ipc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
# Which files to compile.
C_SRCS := $(wildcard *.c)

PACKAGE_NAME = screen
PACKAGE_NAME = screen

STACK_SIZE = 4096
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/u8g2
Expand Down

0 comments on commit 448a366

Please sign in to comment.