iap.h 111 B

12345
  1. #pragma once
  2. #include <stdint.h>
  3. #include "protocol.h"
  4. void process_iap_message(can_frame_t *frame, int len);