add message code hpp file

This commit is contained in:
Sem van der Hoeven
2023-05-01 14:41:28 +02:00
parent 5996ac225a
commit 6129216d80
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef ATTITUDE_MSG_CODE_HPP
#define ATTITUDE_MSG_CODE_HPP
#define ATTITUDE_STATUS_OK 0
#define ATTITUDE_STATUS_ERROR 1
#endif