Sketch out more of fusee

This commit is contained in:
Michael Scire 2018-04-07 15:43:54 -06:00
parent b310824dac
commit 2c7d6dc9b7
171 changed files with 14615 additions and 1005 deletions

View file

@ -0,0 +1,7 @@
#include "utils.h"
#include "loader.h"
entrypoint_t load_payload(void) {
/* TODO */
return (entrypoint_t)NULL;
}