Kestrel Interface
Loading...
Searching...
No Matches
kest_status.h
Go to the documentation of this file.
1#ifndef KEST_STATUS_H_
2#define KEST_STATUS_H_
3
4#define KEST_STATUS_OK 0
5#define KEST_STATUS_BOOTING 0b0001
6#define KEST_STATUS_FRESH_BOOT 0b0010
7
8#endif