Skip to content

Commit

Permalink
Support for Patmos Platform
Browse files Browse the repository at this point in the history
  • Loading branch information
EhsanKhodadad committed Aug 1, 2024
1 parent 2f5311e commit 3d15df1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions low_level_platform/impl/src/lf_patmos_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ int lf_enable_interrupts_nested() {
return 0;
}

int _lf_single_threaded_notify_of_event() {
_lf_async_event = true;
return 0;
}
#endif // LF_SINGLE_THREADED

#endif // PLATFORM_PATMOS

0 comments on commit 3d15df1

Please sign in to comment.