init: import project
Signed-off-by: Mahyar Koshkouei <mk@deltabeard.com>
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
/* C Headers */
|
||||
#include <stdio.h>
|
||||
|
||||
/* RP2040 Headers */
|
||||
#include <hardware/sync.h>
|
||||
|
||||
/* Project headers */
|
||||
#include "hedley.h"
|
||||
|
||||
int main(void)
|
||||
{
|
||||
puts("Hello World!");
|
||||
|
||||
/* Sleep forever. */
|
||||
while(1)
|
||||
__wfi();
|
||||
|
||||
HEDLEY_UNREACHABLE();
|
||||
}
|
||||
Reference in New Issue
Block a user