Added uBASIC-Plus program object example to STM32F4xx. (#967)

This commit is contained in:
Steve Karg
2025-04-16 12:03:42 -05:00
committed by GitHub
parent a923e3cec9
commit 54bf9b79c6
37 changed files with 7613 additions and 1112 deletions
+1 -2
View File
@@ -16,11 +16,10 @@
* @{
*/
static int Program_Load(void *context, const char *location)
static int Program_Load(void *context)
{
/* Placeholder for load function */
(void)context;
(void)location;
return 0;
}