Files
wombus_led/src/common.h

8 lines
87 B
C

#pragma once
enum STATUS {
OKAY = 0,
ERROR = -1,
NOT_IMPLEMENTED = -2,
};