eive-obsw/unittest/rebootLogic/event.h

5 lines
94 B
C
Raw Normal View History

2022-02-28 14:13:31 +01:00
#pragma once
#include <cstdint>
void triggerEvent(uint32_t event, uint32_t p1, uint32_t p2);