Merge remote-tracking branch 'upstream/master'

This commit is contained in:
kub 2020-10-21 20:29:58 +02:00
commit e7faa8e4e1
5 changed files with 17 additions and 8 deletions

View file

@ -28,6 +28,10 @@
#include <pico/pico_int.h>
#include <pico/patch.h>
#if defined(__GNUC__) && __GNUC__ >= 7
#pragma GCC diagnostic ignored "-Wformat-truncation"
#endif
#ifndef _WIN32
#define PATH_SEP "/"
#define PATH_SEP_C '/'