X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=f7979548c6b41cdf4aadcffab64af7cd855320ab;hb=2819463f691b83e6e7852d5578a2a7263bfca22a;hp=3d74546d5e5b970a0ab93204fdea01591ac4f77e;hpb=1fc16cfd0bc42166ca6a184d42ee50d393c95a34;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index 3d74546..f797954 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -32,7 +32,7 @@ */ #include -#include "platform/os.h" +#include "../platform/os.h" namespace PLATFORM { @@ -65,7 +65,7 @@ namespace CEC bool PingAdapter(void); uint16_t GetFirmwareVersion(void); - bool WaitForTransmitSucceeded(CCECAdapterMessage *message); + bool WaitForAck(CCECAdapterMessage &message); private: void SendMessageToAdapter(CCECAdapterMessage *msg);