Fix typo %d -> %x

That should fix the problem with invalid PSM returned from bthidcontrol.
Pointy hat goes to me.

PR:		misc/76107
Submitted by:	Hiroyuki Aizu < aizu at navi dot org >
MFC after:	1 day
This commit is contained in:
emax 2005-01-12 20:06:16 +00:00
parent 2411c5a762
commit 9bd0242d83

View File

@ -302,7 +302,7 @@ print_hid_device(hid_device_p hid_device, FILE *f)
"device {\n" \
" bdaddr %s;\n" \
" control_psm 0x%x;\n" \
" interrupt_psm 0x%d;\n" \
" interrupt_psm 0x%x;\n" \
" reconnect_initiate %s;\n" \
" battery_power %s;\n" \
" normally_connectable %s;\n" \