#ifndef C1224_PTT_H #define C1224_PTT_H #include void ptt_init(void); void ptt_set(bool on); bool ptt_get(void); #endif