mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
[sim] Provide function that resets all simulation data (#4016)
Fixes #3867
This commit is contained in:
5
hal/src/main/native/athena/mockdata/Reset.cpp
Normal file
5
hal/src/main/native/athena/mockdata/Reset.cpp
Normal file
@@ -0,0 +1,5 @@
|
||||
// Copyright (c) FIRST and other WPILib contributors.
|
||||
// Open Source Software; you can modify and/or share it under the terms of
|
||||
// the WPILib BSD license file in the root directory of this project.
|
||||
|
||||
extern "C" void HALSIM_ResetAllSimData(void) {}
|
||||
Reference in New Issue
Block a user