Commit: e681fae6bcceb73ebab16e6f8c4eabd6265dd40f
Parent: 6270ad35b2f7b71dbc0a76b825f2f3ca07f936d2
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-07-05 20:43:46
Tree: d1b75bc74c7501b075d4cf5cbb98b818e6e28b1c

monitor: Fix build error in some targets This fixes the following error: monitor/att.c: In function 'print_attribute': monitor/att.c:1850:35: error: lvalue required as unary '&' operand print_uuid(label, &cpu_to_le16(uuid->value.u16), 2);

Diffstat

M monitor/att.c | 4 +++-

1 files changed, 3 insertions(+), 1 deletions(-)

View Full Diff | Patch