Skip to content

Commit 857f917

Browse files
Update to develop branch of pico-sdk (#636)
The realloc() wrapper was included in the develop branch of pico-sdk, so use it instead of a local, unreproducible version of the SDK. Should have no effect on code.
1 parent 592418d commit 857f917

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/libpico.a

13 KB
Binary file not shown.

lib/pico_base/pico/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#define PICO_SDK_VERSION_MAJOR 1
1515
#define PICO_SDK_VERSION_MINOR 3
16-
#define PICO_SDK_VERSION_REVISION 1
17-
#define PICO_SDK_VERSION_STRING "1.3.1"
16+
#define PICO_SDK_VERSION_REVISION 2
17+
#define PICO_SDK_VERSION_STRING "1.3.2-develop"
1818

1919
#endif

0 commit comments

Comments
 (0)