eive-obsw/unittest/rebootLogic/event.h
Robin Mueller 042acc1a23
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
reboot logic unittest init
2022-02-28 14:13:31 +01:00

5 lines
94 B
C++

#pragma once
#include <cstdint>
void triggerEvent(uint32_t event, uint32_t p1, uint32_t p2);