move ResetType to kernel.h
This commit is contained in:
parent
1c0179ad1b
commit
85a83158fb
3 changed files with 6 additions and 7 deletions
|
@ -9,12 +9,6 @@
|
|||
|
||||
namespace Kernel {
|
||||
|
||||
enum class ResetType {
|
||||
OneShot,
|
||||
Sticky,
|
||||
Pulse,
|
||||
};
|
||||
|
||||
class Event final : public WaitObject {
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue