2017-06-30 18:58:58 -07:00
|
|
|
/*----------------------------------------------------------------------------*/
|
|
|
|
|
/* Copyright (c) FIRST 2017. All Rights Reserved. */
|
|
|
|
|
/* Open Source Software - may be modified and shared by FRC teams. The code */
|
|
|
|
|
/* must be accompanied by the FIRST BSD license file in the root directory of */
|
|
|
|
|
/* the project. */
|
|
|
|
|
/*----------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
extern "C" {
|
2017-08-18 21:35:53 -07:00
|
|
|
void HALSIM_WaitForProgramStart(void);
|
|
|
|
|
void HALSIM_SetProgramStarted(void);
|
|
|
|
|
void HALSIM_RestartTiming(void);
|
2017-06-30 18:58:58 -07:00
|
|
|
}
|