Merge branch 'master' into f7

This commit is contained in:
Léa Saviot
2019-08-06 17:40:14 +02:00
238 changed files with 1349 additions and 1230 deletions

View File

@@ -26,6 +26,9 @@ typedef int64_t int_fast64_t;
typedef uint8_t uint_least8_t;
#define INT16_MAX 0x7fff
#define INT16_MIN (-INT16_MAX-1)
#define UINT64_C(c) c ## ULL
#define INT64_C(c) c ## LL