examples/tinyds: Remove redundant referencing ds_buffer 74/278174/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 20 Apr 2022 09:10:04 +0000 (18:10 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 18 Jul 2022 05:58:30 +0000 (14:58 +0900)
commit2e9b47c8b8262eab508154877fa51272c40334f5
tree198e94ca4ef0865383c2ffb194bc04e9da4a52f8
parent334d29e9832e5227dc7c039c06f64ccd381c7537
examples/tinyds: Remove redundant referencing ds_buffer

ds_buffer is supposed to be referenced by ds_output while using it, so
tinyds doesn't have any reasons to reference a ds_buffer for the output.

Change-Id: Ic1183d1517fb89711e0a53d3c3271ea2a1f598e9
src/examples/tinyds.c