File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
examples/tutorials/thread_network Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
6
6
# Which files to compile.
7
7
C_SRCS := $(wildcard * .c)
8
8
9
- PACKAGE_NAME = screen
9
+ PACKAGE_NAME = screen
10
10
11
11
# Include userland master makefile. Contains rules and flags for actually
12
12
# building the application.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
6
6
# Which files to compile.
7
7
C_SRCS := $(wildcard * .c)
8
8
9
- PACKAGE_NAME = screen
9
+ PACKAGE_NAME = screen
10
10
11
11
# Include userland master makefile. Contains rules and flags for actually
12
12
# building the application.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
6
6
# Which files to compile.
7
7
C_SRCS := $(wildcard * .c)
8
8
9
- PACKAGE_NAME = screen
9
+ PACKAGE_NAME = screen
10
10
11
11
STACK_SIZE = 4096
12
12
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR ) /u8g2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
6
6
# Which files to compile.
7
7
C_SRCS := $(wildcard * .c)
8
8
9
- PACKAGE_NAME = screen
9
+ PACKAGE_NAME = screen
10
10
11
11
STACK_SIZE = 4096
12
12
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR ) /u8g2
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../../
6
6
# Which files to compile.
7
7
C_SRCS := $(wildcard * .c)
8
8
9
- PACKAGE_NAME = screen
9
+ PACKAGE_NAME = screen
10
10
11
11
STACK_SIZE = 4096
12
12
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR ) /u8g2
You can’t perform that action at this time.
0 commit comments