1//! Competition Control 2 3unsafe extern "system" { 4 pub fn vexCompetitionStatus() -> u32; 5 pub fn vexCompetitionControl(data: u32); 6}