-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP #3: Switched back to older version of libraries
Trying to see if this could be what was causing compilation errors on raspberry pi
- Loading branch information
Jacob Gloudemans
committed
Jan 17, 2019
1 parent
f094d3c
commit 5f24c1f
Showing
140 changed files
with
1,465 additions
and
9,974 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#pragma once | ||
|
||
namespace ctre { | ||
namespace phoenix { | ||
namespace platform { | ||
namespace can { | ||
int SetCANInterface(const char * interface); | ||
} | ||
} | ||
} | ||
} | ||
|
||
namespace ctre { | ||
namespace phoenix { | ||
namespace platform { | ||
void FeedWatchDog(int timeoutMs); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.