mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
more const for lfsampling
and lfzx
This commit is contained in:
parent
665cf3254b
commit
78262139ec
3 changed files with 3 additions and 3 deletions
|
@ -94,7 +94,7 @@ void setDefaultSamplingConfig(void) {
|
|||
* @brief setSamplingConfig
|
||||
* @param sc
|
||||
*/
|
||||
void setSamplingConfig(sample_config *sc) {
|
||||
void setSamplingConfig(const sample_config *sc) {
|
||||
|
||||
// decimation (1-8) how many bits of adc sample value to save
|
||||
if (sc->decimation > 0 && sc->decimation < 9)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue