#ifndef NINACERR_H #define NINACERR_H #define NINACERR_OK 0 #define NINACERR_FAIL 1 #define NINACERR_TEMPFAIL 2 #endif