mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
gas: remove thresholdContext param from getSample()
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -92,7 +92,7 @@ Gas::getSampledData (thresholdContext* ctx) {
|
||||
}
|
||||
|
||||
int
|
||||
Gas::getSample (thresholdContext* ctx) {
|
||||
Gas::getSample () {
|
||||
return mraa_aio_read (m_gasCtx);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user