Skip to content

Commit

Permalink
Try to make AppleClang happy
Browse files Browse the repository at this point in the history
  • Loading branch information
petervdonovan committed Feb 23, 2024
1 parent 8082698 commit a004160
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/modal_models/modes.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "modes.h"
#include "reactor.h"
#include "reactor_common.h"
#include "schedule.h"

// Bit masks for the internally used flags on modes
#define _LF_MODE_FLAG_MASK_ACTIVE (1 << 0)
Expand Down

0 comments on commit a004160

Please sign in to comment.