platform.h 197 B

12345678910111213
  1. /*
  2. * platform.h
  3. *
  4. * Created on: Nov 7, 2021
  5. * Author: Jonatan
  6. */
  7. #ifndef PLATFORM_PLATFORM_H_
  8. #define PLATFORM_PLATFORM_H_
  9. void platform_init(void);
  10. #endif /* PLATFORM_PLATFORM_H_ */