Changeset 3377
- Timestamp:
- Oct 22, 2012 6:01:35 AM (7 months ago)
- File:
-
- 1 edited
-
cpu/arm/olpc/cl4/testitems.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/cl4/testitems.fth
r3060 r3377 35 35 : wlan-item ( -- ) " /wlan" mfg-test-dev ; 36 36 : timer-item ( -- ) " /timer" mfg-test-dev ; 37 : touchpad-item ( -- ) " mouse" mfg-test-dev ; 37 : touch-item ( -- ) " /touchscreen" mfg-test-dev 38 " mouse" mfg-test-dev ; 38 39 : keyboard-item ( -- ) " keyboard" mfg-test-dev ; 39 40 : switch-item ( -- ) " /accelerometer" mfg-test-dev " /switches" mfg-test-dev ; … … 87 88 ['] keyboard-item keyboard.icon add-icon 88 89 89 " Touch pad"90 ['] touch pad-item touchpad.icon add-icon90 " Touchscreen and Touchpad" 91 ['] touch-item touchpad.icon add-icon 91 92 92 93
Note: See TracChangeset
for help on using the changeset viewer.
