mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-08-09 04:22:44 +03:00
Workaround gcc/newlib issue on Ubuntu 24 (#1863)
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
// Include sys/types.h before inttypes.h to work around issue with
|
||||
// certain versions of GCC and newlib which causes omission of PRIu64
|
||||
#include <sys/types.h>
|
||||
#include <inttypes.h>
|
||||
#include "pico/stdlib.h"
|
||||
#include "pico/bit_ops.h"
|
||||
|
Reference in New Issue
Block a user