This commit is contained in:
geeksville
2020-02-01 18:45:27 -08:00
parent de03dc88f4
commit 2474b3b064
7 changed files with 34 additions and 38 deletions

View File

@@ -4,6 +4,8 @@
#include <RHMesh.h>
#define NODENUM_BROADCAST 255
#define ERRNO_OK 0
#define ERRNO_UNKNOWN 32 // pick something that doesn't conflict with RH_ROUTER_ERROR_UNABLE_TO_DELIVER
typedef int ErrorCode;
typedef uint8_t NodeNum;