Changeset 5c65e61 in mainline for uspace/app/sportdmp
- Timestamp:
- 2013-12-31T20:55:35Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 8a84484
- Parents:
- 67472b9b
- Location:
- uspace/app/sportdmp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sportdmp/Makefile
r67472b9b r5c65e61 28 28 29 29 USPACE_PREFIX = ../.. 30 #LIBS = 31 #EXTRA_CFLAGS = 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 EXTRA_CFLAGS = -I$(LIBDRV_PREFIX)/include 32 32 BINARY = sportdmp 33 33 -
uspace/app/sportdmp/sportdmp.c
r67472b9b r5c65e61 27 27 */ 28 28 29 #include < device/char_dev.h>29 #include <char_dev_iface.h> 30 30 #include <errno.h> 31 31 #include <ipc/serial_ctl.h>
Note:
See TracChangeset
for help on using the changeset viewer.