mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Moves handle definitions to main handle header (#115)
This commit is contained in:
committed by
Peter Johnson
parent
e1d4845ccd
commit
5e2a76147c
@@ -11,8 +11,6 @@
|
||||
|
||||
#include "Handles.h"
|
||||
|
||||
typedef HalHandle HalNotifierHandle;
|
||||
|
||||
extern "C" {
|
||||
HalNotifierHandle initializeNotifier(void (*process)(uint64_t, void*),
|
||||
void* param, int32_t* status);
|
||||
|
||||
Reference in New Issue
Block a user