lib: resource-monitor: Fix wrong data type of pass_resource_monitor_get_value_uint
authorChanwoo Choi <cw00.choi@samsung.com>
Sun, 7 Aug 2022 20:05:12 +0000 (05:05 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Tue, 9 Aug 2022 02:30:41 +0000 (11:30 +0900)
commit223555aa02867b7865436e6d3b2045bdc0fa5332
tree67c4ac32f8fcd7f4fa147a6c69b60caec130c00d
parentcbaaadba5ff71b5f90e803be814951bc6acb7e46
lib: resource-monitor: Fix wrong data type of pass_resource_monitor_get_value_uint

uint need to use '%u' instead of '%d'. Fix wrong data type format.

Change-Id: Ibec1b362cca3b1ad649ee1aedbf08368f1b1db24
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
lib/resource-monitor/resource-monitor.c