mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
ABI info
This commit is contained in:
parent
7bf906f369
commit
f6cd790fcb
5 changed files with 33 additions and 6 deletions
|
|
@ -34,7 +34,6 @@ static uint32_t syscall(uint32_t id, uint32_t param) {
|
|||
#define yield() syscall_cast(IOREQ_YIELD, 0)
|
||||
|
||||
#include "uvm32_common_custom.h"
|
||||
#include "uvm32_target_custom.h"
|
||||
|
||||
// provide main, with setup()/loop() flow
|
||||
void setup(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue