Added uBASIC-Plus program object example to STM32F4xx. (#967)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user