examples/tinyds: Remove redundant referencing ds_buffer 60/278060/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:08:19 +0000 (14:08 +0900)
commit7f713ccb038a36c8fc8043693ce4f40e9f8f1d17
tree08d2eed377e1d84d672a051db0ded46583a25a84
parentb55ac8623425da31ac709e50aa740051110ab2d8
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: I7f4aacd9263f4b70c57d269f118605b743d5b847
src/examples/tinyds.c