custom.h 80 B

1234567
  1. #ifndef _CUSTOM_H_
  2. typedef float float32_t;
  3. #define OFFSET_VALUE 2.0f
  4. #endif