mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
cciddrv: Remove MIN macro
This commit is contained in:
@@ -73,9 +73,6 @@
|
||||
/// Constants: IDs: Device release number.
|
||||
#define CCIDDriverDescriptors_RELEASE 0x0100
|
||||
|
||||
/// Returns the minimum between two values.
|
||||
#define MIN(a, b) ((a < b) ? a : b)
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Types
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user