Changeset 59b8639 in mainline
- Timestamp:
- 2017-12-06T12:54:47Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6ef407b
- Parents:
- b7e1458
- Location:
- uspace
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile
rb7e1458 r59b8639 241 241 lib/usbhost \ 242 242 lib/usbdev \ 243 lib/usbdiag \ 243 244 lib/usbhid \ 244 245 lib/usbvirt \ -
uspace/app/tmon/Makefile
rb7e1458 r59b8639 30 30 BINARY = tmon 31 31 32 LIBS = 32 LIBS = usbdiag 33 33 34 34 SOURCES = \ -
uspace/app/tmon/main.c
rb7e1458 r59b8639 36 36 37 37 #include <stdio.h> 38 #include <usb/diag/diag.h> 38 39 39 40 #define NAME "tmon" … … 51 52 } 52 53 54 printf("The number is %d.\n", usb_diag_test(0)); 55 53 56 return 0; 54 57 }
Note:
See TracChangeset
for help on using the changeset viewer.