Skip to content

Commit

Permalink
added function for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
riczuk authored and John15321 committed Aug 22, 2022
1 parent e310689 commit 96ac266
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
#include "bsp.h"

int add(int a,int b)
{
return a+b;
}

int main()
{

bsp_init_cpu();

while(true)
Expand Down

0 comments on commit 96ac266

Please sign in to comment.