Skip to content

Commit

Permalink
ports/stm32/posix_helpers: Fix compile issue with gcc 13.2.rel1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwagyeman committed Jan 16, 2024
1 parent 06516f3 commit ce35549
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/stm32/posix_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
#include "py/mphal.h"
#include "py/gc.h"

typedef mp_uint_t time_t;

// Functions for external libs like axTLS, BerkeleyDB, etc.

void *malloc(size_t size) {
Expand Down

0 comments on commit ce35549

Please sign in to comment.