Skip to content

Commit

Permalink
fix tge compil
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Feb 29, 2024
1 parent c297dbc commit 64216d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/include/bofstd/bofbuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ struct BOF_BUFFER
bool MultiThreadAware_B;
BOF_MUTEX Mtx_X;

BOF_BUFFER()
{
BOF_BUFFER(true, false);
}
BOF_BUFFER(bool _MultiThreadAware_B, bool _PriorityInversionAware_B)
{
// for ReleaseStorage in Reset
Expand Down

0 comments on commit 64216d9

Please sign in to comment.