mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
Remove RoboRIO ifdef from simulation headers (#1859)
This commit is contained in:
committed by
Peter Johnson
parent
9b6ffc201c
commit
516cbef2c4
@@ -7,8 +7,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __FRC_ROBORIO__
|
||||
|
||||
#include "hal/Types.h"
|
||||
|
||||
extern "C" {
|
||||
@@ -23,5 +21,3 @@ typedef int32_t (*HALSIM_SendErrorHandler)(
|
||||
void HALSIM_SetSendError(HALSIM_SendErrorHandler handler);
|
||||
|
||||
} // extern "C"
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user