Merge branch 'master' of github.com:Duckbox-Developers/libstb-hal-cst-next

Origin commit data
------------------
Branch: master
Commit: a2a3740c53
Author: TangoCash <eric@loxat.de>
Date: 2017-06-09 (Fri, 09 Jun 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2017-06-09 14:27:50 +02:00
3 changed files with 53 additions and 4 deletions

View File

@@ -145,3 +145,8 @@ cPlayback::~cPlayback()
{
printf("%s:%s\n", FILENAME, __func__);
}
uint64_t cPlayback::GetReadCount()
{
return 0;
}