mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-03-01 02:33:53 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
986b77bff6
@ -19,7 +19,9 @@
|
|||||||
#include "midi.h"
|
#include "midi.h"
|
||||||
#include <string.h> //for memcpy
|
#include <string.h> //for memcpy
|
||||||
|
|
||||||
|
#ifndef MIN
|
||||||
# define MIN(x, y) (((x) < (y)) ? (x) : (y))
|
# define MIN(x, y) (((x) < (y)) ? (x) : (y))
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef NULL
|
#ifndef NULL
|
||||||
# define NULL 0
|
# define NULL 0
|
||||||
|
Loading…
Reference in New Issue
Block a user