diff options
| author | Alex Evans <aevans@midjourney.com> | 2023-07-25 18:19:55 +0100 |
|---|---|---|
| committer | Alex Evans <aevans@midjourney.com> | 2023-07-25 18:19:55 +0100 |
| commit | 8c6b1fb23721084a0f063d1274f18785b01e95dc (patch) | |
| tree | 27ab34d6ebc4f7e7c64c182bf84e5338d6844804 /sw/Core/Src/sysmem.c | |
| parent | f3882c4f04d475126b074c31c8fbee9b81949668 (diff) | |
| download | plinky-8c6b1fb23721084a0f063d1274f18785b01e95dc.tar.gz | |
add python script for bundling bootloader and main app; also fix compile errors in new ide version
Diffstat (limited to 'sw/Core/Src/sysmem.c')
| -rwxr-xr-x | sw/Core/Src/sysmem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Core/Src/sysmem.c b/sw/Core/Src/sysmem.c index 4665417..d97ae4b 100755 --- a/sw/Core/Src/sysmem.c +++ b/sw/Core/Src/sysmem.c @@ -24,7 +24,7 @@ /* Includes */ #include <errno.h> #include <stdio.h> - +#include <sys/types.h> /* Variables */ extern int errno; register char * stack_ptr asm("sp"); |
