diff options
| author | Aditya Naik | 2020-08-03 15:58:11 -0400 |
|---|---|---|
| committer | Aditya Naik | 2020-08-03 15:58:11 -0400 |
| commit | 8e1133fcf30fbb4e1d406c47cb87d592c9742c4f (patch) | |
| tree | 69566540b2a56ac920eef07bb27d1f03fc60e565 /ports/posix/makefile | |
| parent | 11a52e4e88bcad1e6bddcf02f78e1cc5eaaec508 (diff) | |
Handshake works in a thread without a set priority. Need a stdio stream pointer to individual files representing individual devices
Diffstat (limited to 'ports/posix/makefile')
| -rw-r--r-- | ports/posix/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/posix/makefile b/ports/posix/makefile index 9031b76..91e0792 100644 --- a/ports/posix/makefile +++ b/ports/posix/makefile @@ -6,6 +6,7 @@ LDFLAGS = $(LIBDIR) $(LIBS) C_INCLUDES += \ -Ilib/FreeRTOS/FreeRTOS/Source/portable/ThirdParty/GCC/Posix/ \ +-Iports/posix/src/ C_SOURCES += \ lib/FreeRTOS/FreeRTOS/Source/portable/ThirdParty/GCC/Posix/port.c \ |
