mirror of
https://github.com/eclipse/upm.git
synced 2026-01-07 00:29:55 +03:00
gas: fixed documentation typos and updated images
Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
committed by
Brendan Le Foll
parent
c34939cfb4
commit
931c8e8814
@@ -55,7 +55,7 @@ Gas::getSampledWindow (unsigned int freqMS, unsigned int numberOfSamples,
|
||||
return 0;
|
||||
}
|
||||
|
||||
// too much samples
|
||||
// too many samples
|
||||
if (numberOfSamples > 0xFFFFFF) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user