mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-28 02:11:43 +00:00
Renaming and merging WPILibC++ into Devices and simulator files
Change-Id: I6f4b94d1f2cbf4196ebcef8bc45799a97bcde1d8
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
|
||||
unsigned notifierCounter;
|
||||
|
||||
void notifierHandler(void *)
|
||||
void *notifierHandler(void *)
|
||||
{
|
||||
notifierCounter++;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user