diff options
author | Scott Main <smain@google.com> | 2012-01-10 12:58:03 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-10 12:58:03 -0800 |
commit | f6f793c4ac3670d40a5a38f40388124ddca56cf9 (patch) | |
tree | 92f7d39980ae034c5156ff9ed4bd40bd44eb4531 /docs/html/guide/topics/usb/adk.jd | |
parent | 5437c220e239dc6276942990bc81c1388cfb176c (diff) | |
parent | 5a3e67c7811d4a7906548e113561cd1e901de9e2 (diff) | |
download | frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.zip frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.tar.gz frameworks_base-f6f793c4ac3670d40a5a38f40388124ddca56cf9.tar.bz2 |
am 5a3e67c7: am d1186cd5: Merge "docs: fix broken links in .jd docs" into ics-mr1
* commit '5a3e67c7811d4a7906548e113561cd1e901de9e2':
docs: fix broken links in .jd docs
Diffstat (limited to 'docs/html/guide/topics/usb/adk.jd')
-rw-r--r-- | docs/html/guide/topics/usb/adk.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/usb/adk.jd b/docs/html/guide/topics/usb/adk.jd index 6c7ab0d..99c5f92 100644 --- a/docs/html/guide/topics/usb/adk.jd +++ b/docs/html/guide/topics/usb/adk.jd @@ -699,7 +699,7 @@ bool AndroidAccessory::switchDevice(byte addr) </pre>If this method returns false, the board waits until a new device is connected. If it is successful, the device displays itself on the USB bus as being in accessory mode when the ADK board re-enumerates the bus. When the device is in accessory mode, the accessory then <a href= -"establish-adk">establishes communication with the device</a>. +"#establish-adk">establishes communication with the device</a>. <h3 id="establish-adk">Establish communication with the device</h3> |