exception.h 140 B

12345678
  1. #ifndef CX_MLEMOS_EXCEPTION_H_INCLUDED
  2. #define CX_MLEMOS_EXCEPTION_H_INCLUDED
  3. #include <stdint.h>
  4. typedef uint8_t cm_exception_t;
  5. #endif