Skip to content

Commit

Permalink
Add die
Browse files Browse the repository at this point in the history
  • Loading branch information
chintal committed May 29, 2024
1 parent 22837ad commit bcd9a71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ebs-platform",
"version": "0.2.0",
"version": "0.2.1",
"description": "Common EBS Platform Interfaces",
"keywords": "ebs",
"repository": {
Expand Down
7 changes: 7 additions & 0 deletions src/platform/debug.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@


#include "debug.h"

void die(void) {
while(1);
}
3 changes: 3 additions & 0 deletions src/platform/debug.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@


void die(void);

0 comments on commit bcd9a71

Please sign in to comment.