mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 18:01:18 +03:00
Wunused-variable: Fixed all unused variables in src
This commit addresses all warnings emitted from -Wunused-variable in the C++ src. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -39,7 +39,6 @@
|
||||
using namespace upm;
|
||||
|
||||
HCSR04::HCSR04 (uint8_t triggerPin, uint8_t echoPin) {
|
||||
mraa_result_t error = MRAA_SUCCESS;
|
||||
m_name = "HCSR04";
|
||||
|
||||
m_triggerPinCtx = mraa_gpio_init (triggerPin);
|
||||
|
Reference in New Issue
Block a user