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