Skip to content

Commit

Permalink
CIMXCECAdapterCommunication: Add (dummy-)implementation for 'SetAutoM…
Browse files Browse the repository at this point in the history
…ode()'
  • Loading branch information
warped-rudi committed Dec 6, 2018
1 parent ebcdedb commit a9d5af2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libcec/adapter/IMX/IMXCECAdapterCommunication.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ namespace CEC
bool IsRunningLatestFirmware(void) { return true; }
bool PersistConfiguration(const libcec_configuration & UNUSED(configuration)) { return false; }
bool GetConfiguration(libcec_configuration & UNUSED(configuration)) { return false; }
bool SetAutoMode(bool UNUSED(automode)) { return false; }
std::string GetPortName(void) { return std::string("IMX"); }
uint16_t GetPhysicalAddress(void);
bool SetControlledMode(bool UNUSED(controlled)) { return true; }
Expand Down

0 comments on commit a9d5af2

Please sign in to comment.