mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-05-12 11:18:11 -07:00
coverity fixes for my latest changes.
Forgot some breaks in 7816 annotation, and presco used an uninitalized char array.
This commit is contained in:
@@ -29,6 +29,5 @@ typedef unsigned char byte_t;
|
||||
#ifndef ABS
|
||||
# define ABS(a) ( ((a)<0) ? -(a) : (a) )
|
||||
#endif
|
||||
|
||||
#define RAMFUNC __attribute((long_call, section(".ramfunc")))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user