branch2.hpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-28 23:57:26 -06:00
parent 9e46159cac
commit 273e69502e

View File

@ -7,11 +7,7 @@
#include <stdint.h>
BETTER_ENUM(BranchMode,
int,
RO,
RW,
NC)
BETTER_ENUM(BranchMode,int,RO,RW,NC);
class Branch2
{