mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
arm Adc: Fix codeql warnings
This commit is contained in:
parent
c44aa8a8c4
commit
47096906fb
2 changed files with 5 additions and 5 deletions
|
@ -44,8 +44,8 @@ void send_wtx(uint16_t wtx);
|
|||
void ReadMem(int addr);
|
||||
void __attribute__((noreturn)) AppMain(void);
|
||||
|
||||
uint16_t AvgAdc(int ch);
|
||||
uint16_t SumAdc(int ch, int NbSamples);
|
||||
uint16_t AvgAdc(uint8_t ch);
|
||||
uint16_t SumAdc(uint8_t ch, uint8_t NbSamples);
|
||||
|
||||
//void PrintToSendBuffer(void);
|
||||
void ToSendStuffBit(int b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue