From 8c6b1fb23721084a0f063d1274f18785b01e95dc Mon Sep 17 00:00:00 2001 From: Alex Evans Date: Tue, 25 Jul 2023 18:19:55 +0100 Subject: add python script for bundling bootloader and main app; also fix compile errors in new ide version --- sw/Core/Src/plinky.c | 2 +- sw/Core/Src/sysmem.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sw') diff --git a/sw/Core/Src/plinky.c b/sw/Core/Src/plinky.c index 5427162..49cb95f 100755 --- a/sw/Core/Src/plinky.c +++ b/sw/Core/Src/plinky.c @@ -2908,7 +2908,7 @@ void HAL_UART_ErrorCallback(UART_HandleTypeDef* huart) { HAL_UART_Receive_DMA(&huart3, uartbuf, sizeof(uartbuf)); } - +typedef unsigned int uint; u8 midisendbuf[16+16]; uint midisendhead,midisendtail; bool usb_midi_write(const uint8_t packet[4]); 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 #include - +#include /* Variables */ extern int errno; register char * stack_ptr asm("sp"); -- cgit v1.2.3