Deprecates Task and Semaphore, and changes other deprecations to use wpiutil version (#330)

This commit is contained in:
Thad House
2016-11-05 00:23:52 -07:00
committed by Peter Johnson
parent 861726cefa
commit 1efb2e4d3d
8 changed files with 13 additions and 23 deletions

View File

@@ -462,7 +462,7 @@ void Encoder::SetIndexSource(int channel, Encoder::IndexingType type) {
* @param channel A digital source to set as the encoder index
* @param type The state that will cause the encoder to reset
*/
DEPRECATED("Use pass-by-reference instead.")
WPI_DEPRECATED("Use pass-by-reference instead.")
void Encoder::SetIndexSource(DigitalSource* source,
Encoder::IndexingType type) {
SetIndexSource(*source, type);